Html Css Color HEX #608037 Dingley

📋 copy color: '#608037'

red 96 ◦ green 128 ◦ blue 55

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

Shades of Dingley #608037

Tints of Dingley #608037

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.88%

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

R = 34.41%
G = 45.88%
B = 19.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#608037 (or 0x608037) is known color: Dingley. HEX triplet: 60, 80 and 37. RGB value is (96,128,55). Sum of RGB (Red+Green+Blue) = 96+128+55=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #608037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608037 is #9F7FC8. Grayscale: #6E6E6E. Windows color (decimal): -10452937 or 3637344. OLE color: 3637344.

HSL color Cylindrical-coordinate representation of color #608037: hue angle of 86.3º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608037 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 55 -
CMYK 0.25 0 0.57 0.50
HSL 86.3º 0.4% 0.36% -
HSV(B) 86.3º 0.57% 0.5% -
XYZ 13.23 18.2 6.43 -
YUV 110.11 96.9 117.94 -
System Red Green Blue C M Y K H S L
Decimal 96 128 55 0.25 0 0.57 0.50 86.3 0.4 0.36
Hex 60 80 37 19 0 39 32 56 28 24
Octal 140 200 67 31 0 71 62 126 50 44
Binary 1100000 10000000 110111 11001 0 111001 110010 1010110 101000 100100

Color Harmonies of #608037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608037

Black with #608037

Text Example


Text Example

White with #608037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608037; }

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

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

background-color css

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

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

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

border-color css

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

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

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