Html Css Color HEX #608442 Dingley

📋 copy color: '#608442'

red 96 ◦ green 132 ◦ blue 66

#608442
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #608442

Tints of Dingley #608442

RGB

 RED value IS 96 (37.89% from 255) = 32.65%

 GREEN value IS 132 (51.95% from 255) = 44.9%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 32.65%
G = 44.9%
B = 22.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#608442 (or 0x608442) is known color: Dingley. HEX triplet: 60, 84 and 42. RGB value is (96,132,66). Sum of RGB (Red+Green+Blue) = 96+132+66=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #608442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608442 is #9F7BBD. Grayscale: #717171. Windows color (decimal): -10451902 or 4359264. OLE color: 4359264.

HSL color Cylindrical-coordinate representation of color #608442: hue angle of 92.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608442 is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 66 -
CMYK 0.27 0 0.5 0.48
HSL 92.73º 0.33% 0.39% -
HSV(B) 92.73º 0.5% 0.52% -
XYZ 14.06 19.38 8.15 -
YUV 113.71 101.07 115.37 -
System Red Green Blue C M Y K H S L
Decimal 96 132 66 0.27 0 0.5 0.48 92.73 0.33 0.39
Hex 60 84 42 1B 0 32 30 5D 21 27
Octal 140 204 102 33 0 62 60 135 41 47
Binary 1100000 10000100 1000010 11011 0 110010 110000 1011101 100001 100111

Color Harmonies of #608442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608442

Black with #608442

Text Example


Text Example

White with #608442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608442; }

 p { color: rgb(96,132,66); }

 H1.HeaderClassName
 {
   color: #608442;
 }
 .AnyTagClassName
 {
   color: #608442;
 }
</style>

background-color css

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

 a { background-color: rgb(96,132,66); }

 div.DivClassName
 {
   background-color: #608442;
 }
 .BgClassName
 {
   background-color: #608442;
 }
</style>

border-color css

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

 span { border-color: rgb(96,132,66); }

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