Html Css Color HEX #608237 Dingley

📋 copy color: '#608237'

red 96 ◦ green 130 ◦ blue 55

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

Shades of Dingley #608237

Tints of Dingley #608237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 34.16%
G = 46.26%
B = 19.57%

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

#608237 (or 0x608237) is known color: Dingley. HEX triplet: 60, 82 and 37. RGB value is (96,130,55). Sum of RGB (Red+Green+Blue) = 96+130+55=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #608237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608237 is #9F7DC8. Grayscale: #6F6F6F. Windows color (decimal): -10452425 or 3637856. OLE color: 3637856.

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

Color convert

RGB 96 130 55 -
CMYK 0.26 0 0.58 0.49
HSL 87.2º 0.41% 0.36% -
HSV(B) 87.2º 0.58% 0.51% -
XYZ 13.5 18.73 6.52 -
YUV 111.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 96 130 55 0.26 0 0.58 0.49 87.2 0.41 0.36
Hex 60 82 37 1A 0 3A 31 57 29 24
Octal 140 202 67 32 0 72 61 127 51 44
Binary 1100000 10000010 110111 11010 0 111010 110001 1010111 101001 100100

Color Harmonies of #608237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608237

Black with #608237

Text Example


Text Example

White with #608237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608237; }

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

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

background-color css

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

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

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

border-color css

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

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

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