Html Css Color HEX #608236 Dingley

📋 copy color: '#608236'

red 96 ◦ green 130 ◦ blue 54

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

Shades of Dingley #608236

Tints of Dingley #608236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 34.29%
G = 46.43%
B = 19.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#608236 (or 0x608236) is known color: Dingley. HEX triplet: 60, 82 and 36. RGB value is (96,130,54). Sum of RGB (Red+Green+Blue) = 96+130+54=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #608236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608236 is #9F7DC9. Grayscale: #6F6F6F. Windows color (decimal): -10452426 or 3572320. OLE color: 3572320.

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

Color convert

RGB 96 130 54 -
CMYK 0.26 0 0.58 0.49
HSL 86.84º 0.41% 0.36% -
HSV(B) 86.84º 0.58% 0.51% -
XYZ 13.47 18.72 6.39 -
YUV 111.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 96 130 54 0.26 0 0.58 0.49 86.84 0.41 0.36
Hex 60 82 36 1A 0 3A 31 57 29 24
Octal 140 202 66 32 0 72 61 127 51 44
Binary 1100000 10000010 110110 11010 0 111010 110001 1010111 101001 100100

Color Harmonies of #608236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608236

Black with #608236

Text Example


Text Example

White with #608236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608236; }

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

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

background-color css

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

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

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

border-color css

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

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

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