#609340

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

Shades of Dingley #609340

Tints of Dingley #609340

Color information

#609340 (or 0x609340) is unknown color: approx Dingley. HEX triplet: 60, 93 and 40. RGB value is (96,147,64). Sum of RGB (Red+Green+Blue) = 96+147+64=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #609340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609340 is #9F6CBF. Grayscale: #7A7A7A. Windows color (decimal): -10448064 or 4232032. OLE color: 4232032.

HSL color Cylindrical-coordinate representation of color #609340: hue angle of 96.87º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #609340 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB9614764-
CMYK0.3500.560.42
HSL96.87º39.34%41.37%-
HSV(B)96.87º56.46%57.65%-
XYZ16.1823.728.58-
YUV122.2995.1109.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=31.27%
G=47.88%
B=20.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96147640.3500.560.4296.8739.3441.37
Hex609340230382A612729
Octal14022310043070521414751
Binary110000010010011100000010001101110001010101100001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609340; }

 p { color: rgb(96,147,64); }

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

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

 a { background-color: rgb(96,147,64); }

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

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

 span { border-color: rgb(96,147,64); }

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