Html Css Color HEX #608240 Dingley

📋 copy color: '#608240'

red 96 ◦ green 130 ◦ blue 64

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

Shades of Dingley #608240

Tints of Dingley #608240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.83%

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

R = 33.1%
G = 44.83%
B = 22.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#608240 (or 0x608240) is known color: Dingley. HEX triplet: 60, 82 and 40. RGB value is (96,130,64). Sum of RGB (Red+Green+Blue) = 96+130+64=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #608240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608240 is #9F7DBF. Grayscale: #707070. Windows color (decimal): -10452416 or 4227680. OLE color: 4227680.

HSL color Cylindrical-coordinate representation of color #608240: hue angle of 90.91º 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 #608240 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 64 -
CMYK 0.26 0 0.51 0.49
HSL 90.91º 0.34% 0.38% -
HSV(B) 90.91º 0.51% 0.51% -
XYZ 13.73 18.82 7.76 -
YUV 112.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 96 130 64 0.26 0 0.51 0.49 90.91 0.34 0.38
Hex 60 82 40 1A 0 33 31 5B 22 26
Octal 140 202 100 32 0 63 61 133 42 46
Binary 1100000 10000010 1000000 11010 0 110011 110001 1011011 100010 100110

Color Harmonies of #608240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608240

Black with #608240

Text Example


Text Example

White with #608240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608240; }

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

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

background-color css

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

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

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

border-color css

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

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

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