Html Css Color HEX #608244 Dingley

📋 copy color: '#608244'

red 96 ◦ green 130 ◦ blue 68

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

Shades of Dingley #608244

Tints of Dingley #608244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 32.65%
G = 44.22%
B = 23.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#608244 (or 0x608244) is known color: Dingley. HEX triplet: 60, 82 and 44. RGB value is (96,130,68). Sum of RGB (Red+Green+Blue) = 96+130+68=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #608244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608244 is #9F7DBB. Grayscale: #707070. Windows color (decimal): -10452412 or 4489824. OLE color: 4489824.

HSL color Cylindrical-coordinate representation of color #608244: hue angle of 92.9º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #608244 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 68 -
CMYK 0.26 0 0.48 0.49
HSL 92.9º 0.31% 0.39% -
HSV(B) 92.9º 0.48% 0.51% -
XYZ 13.85 18.87 8.38 -
YUV 112.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 96 130 68 0.26 0 0.48 0.49 92.9 0.31 0.39
Hex 60 82 44 1A 0 30 31 5D 1F 27
Octal 140 202 104 32 0 60 61 135 37 47
Binary 1100000 10000010 1000100 11010 0 110000 110001 1011101 11111 100111

Color Harmonies of #608244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608244

Black with #608244

Text Example


Text Example

White with #608244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608244; }

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

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

background-color css

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

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

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

border-color css

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

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

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