#608B3B

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

Shades of Dingley #608B3B

Tints of Dingley #608B3B

Color information

#608B3B (or 0x608B3B) is unknown color: approx Dingley. HEX triplet: 60, 8B and 3B. RGB value is (96,139,59). Sum of RGB (Red+Green+Blue) = 96+139+59=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #608B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608B3B is #9F74C4. Grayscale: #757575. Windows color (decimal): -10450117 or 3902304. OLE color: 3902304.

HSL color Cylindrical-coordinate representation of color #608B3B: hue angle of 92.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #608B3B is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB9613959-
CMYK0.3100.580.45
HSL92.25º40.4%38.82%-
HSV(B)92.25º57.55%54.51%-
XYZ14.8521.277.46-
YUV117.0295.25113-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=32.65%
G=47.28%
B=20.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96139590.3100.580.4592.2540.438.82
Hex608B3B1F03A2D5c2827
Octal1402137337072551345047
Binary1100000100010111110111111101110101011011011100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608B3B; }

 p { color: rgb(96,139,59); }

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

<style>
 a { background-color: #608B3B; }

 a { background-color: rgb(96,139,59); }

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

<style>
 span { border-color: #608B3B; }

 span { border-color: rgb(96,139,59); }

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