#608542

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

Shades of Dingley #608542

Tints of Dingley #608542

Color information

#608542 (or 0x608542) is unknown color: approx Dingley. HEX triplet: 60, 85 and 42. RGB value is (96,133,66). Sum of RGB (Red+Green+Blue) = 96+133+66=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #608542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608542 is #9F7ABD. Grayscale: #727272. Windows color (decimal): -10451646 or 4359520. OLE color: 4359520.

HSL color Cylindrical-coordinate representation of color #608542: hue angle of 93.13º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608542 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB9613366-
CMYK0.2800.500.48
HSL93.13º33.67%39.02%-
HSV(B)93.13º50.38%52.16%-
XYZ14.1919.668.2-
YUV114.3100.74114.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=32.54%
G=45.08%
B=22.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96133660.2800.500.4893.1333.6739.02
Hex6085421C032305d2227
Octal14020510234062601354247
Binary11000001000010110000101110001100101100001011101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608542; }

 p { color: rgb(96,133,66); }

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

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

 a { background-color: rgb(96,133,66); }

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

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

 span { border-color: rgb(96,133,66); }

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