#519965

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

Shades of Chateau Green #519965

Tints of Chateau Green #519965

Color information

#519965 (or 0x519965) is unknown color: approx Chateau Green. HEX triplet: 51, 99 and 65. RGB value is (81,153,101). Sum of RGB (Red+Green+Blue) = 81+153+101=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #519965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519965 is #AE669A. Grayscale: #7D7D7D. Windows color (decimal): -11429531 or 6658385. OLE color: 6658385.

HSL color Cylindrical-coordinate representation of color #519965: hue angle of 136.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519965 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB81153101-
CMYK0.4700.340.4
HSL136.67º30.77%45.88%-
HSV(B)136.67º47.06%60%-
XYZ17.1325.4716.33-
YUV125.54114.1596.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 153 (60.16% from 255) = 45.67%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=24.18%
G=45.67%
B=30.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811531010.4700.340.4136.6730.7745.88
Hex5199652F02228891f2e
Octal12123114557042502113756
Binary101000110011001110010110111101000101010001000100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519965; }

 p { color: rgb(81,153,101); }

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

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

 a { background-color: rgb(81,153,101); }

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

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

 span { border-color: rgb(81,153,101); }

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