#608036

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

Shades of Dingley #608036

Tints of Dingley #608036

Color information

#608036 (or 0x608036) is unknown color: approx Dingley. HEX triplet: 60, 80 and 36. RGB value is (96,128,54). Sum of RGB (Red+Green+Blue) = 96+128+54=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #608036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608036 is #9F7FC9. Grayscale: #6E6E6E. Windows color (decimal): -10452938 or 3571808. OLE color: 3571808.

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

Color convert

RGB9612854-
CMYK0.2500.580.50
HSL85.95º40.66%35.69%-
HSV(B)85.95º57.81%50.2%-
XYZ13.2118.196.31-
YUV11096.4118.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 128 (50.39% from 255) = 46.04%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=34.53%
G=46.04%
B=19.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96128540.2500.580.5085.9540.6635.69
Hex6080361903A32562924
Octal1402006631072621265144
Binary1100000100000001101101100101110101100101010110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608036; }

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

 H1.HeaderClassName
 {
   color: #608036;
 }
 .AnyTagClassName
 {
   color: #608036;
 }
</style>
background-color css

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

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

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

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

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

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