#608945

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

Shades of Dingley #608945

Tints of Dingley #608945

Color information

#608945 (or 0x608945) is unknown color: approx Dingley. HEX triplet: 60, 89 and 45. RGB value is (96,137,69). Sum of RGB (Red+Green+Blue) = 96+137+69=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #608945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608945 is #9F76BA. Grayscale: #757575. Windows color (decimal): -10450619 or 4557152. OLE color: 4557152.

HSL color Cylindrical-coordinate representation of color #608945: hue angle of 96.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608945 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB9613769-
CMYK0.3000.500.46
HSL96.18º33.01%40.39%-
HSV(B)96.18º49.64%53.73%-
XYZ14.8420.818.86-
YUV116.99100.92113.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 69 (27.34% from 255) = 22.85%
R=31.79%
G=45.36%
B=22.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96137690.3000.500.4696.1833.0140.39
Hex6089451E0322E602128
Octal14021110536062561404150
Binary11000001000100110001011111001100101011101100000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608945; }

 p { color: rgb(96,137,69); }

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

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

 a { background-color: rgb(96,137,69); }

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

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

 span { border-color: rgb(96,137,69); }

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