#61833D

Color #61833D Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #61833D

Tints of Dingley #61833D

Color information

#61833D (or 0x61833D) is unknown color: approx Dingley. HEX triplet: 61, 83 and 3D. RGB value is (97,131,61). Sum of RGB (Red+Green+Blue) = 97+131+61=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #61833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61833D is #9E7CC2. Grayscale: #717171. Windows color (decimal): -10386627 or 4031329. OLE color: 4031329.

HSL color Cylindrical-coordinate representation of color #61833D: hue angle of 89.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61833D is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB9713161-
CMYK0.2600.530.49
HSL89.14º36.46%37.65%-
HSV(B)89.14º53.44%51.37%-
XYZ13.8919.117.37-
YUV112.8598.74116.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 33.56%
GREEN value IS 131 (51.56% from 255) = 45.33%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=33.56%
G=45.33%
B=21.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97131610.2600.530.4989.1436.4637.65
Hex61833D1A03531592426
Octal1412037532065611314446
Binary1100001100000111111011101001101011100011011001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61833D; }

 p { color: rgb(97,131,61); }

 H1.HeaderClassName
 {
   color: #61833D;
 }
 .AnyTagClassName
 {
   color: #61833D;
 }
</style>
background-color css

<style>
 a { background-color: #61833D; }

 a { background-color: rgb(97,131,61); }

 div.DivClassName
 {
   background-color: #61833D;
 }
 .BgClassName
 {
   background-color: #61833D;
 }
</style>
border-color css

<style>
 span { border-color: #61833D; }

 span { border-color: rgb(97,131,61); }

 td.TdClassName
 {
   border-color: #61833D;
 }
 .TagClassName
 {
   border-color: #61833D;
 }
</style>