#608236

Color #608236 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #608236

Tints of Dingley #608236

Color information

#608236 (or 0x608236) is unknown color: approx 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

RGB9613054-
CMYK0.2600.580.49
HSL86.84º41.3%36.08%-
HSV(B)86.84º58.46%50.98%-
XYZ13.4718.726.39-
YUV111.1795.74117.18-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130540.2600.580.4986.8441.336.08
Hex6082361A03A31572924
Octal1402026632072611275144
Binary1100000100000101101101101001110101100011010111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>