Html Css Color HEX #608340 Dingley

📋 copy color: '#608340'

red 96 ◦ green 131 ◦ blue 64

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

Shades of Dingley #608340

Tints of Dingley #608340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.02%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 32.99%
G = 45.02%
B = 21.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#608340 (or 0x608340) is known color: Dingley. HEX triplet: 60, 83 and 40. RGB value is (96,131,64). Sum of RGB (Red+Green+Blue) = 96+131+64=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #608340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608340 is #9F7CBF. Grayscale: #717171. Windows color (decimal): -10452160 or 4227936. OLE color: 4227936.

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

Color convert

RGB 96 131 64 -
CMYK 0.27 0 0.51 0.49
HSL 91.34º 0.34% 0.38% -
HSV(B) 91.34º 0.51% 0.51% -
XYZ 13.87 19.09 7.8 -
YUV 112.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 96 131 64 0.27 0 0.51 0.49 91.34 0.34 0.38
Hex 60 83 40 1B 0 33 31 5B 22 26
Octal 140 203 100 33 0 63 61 133 42 46
Binary 1100000 10000011 1000000 11011 0 110011 110001 1011011 100010 100110

Color Harmonies of #608340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608340

Black with #608340

Text Example


Text Example

White with #608340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608340; }

 p { color: rgb(96,131,64); }

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

background-color css

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

 a { background-color: rgb(96,131,64); }

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

border-color css

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

 span { border-color: rgb(96,131,64); }

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