#519B64

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

Shades of Chateau Green #519B64

Tints of Chateau Green #519B64

Color information

#519B64 (or 0x519B64) is unknown color: approx Chateau Green. HEX triplet: 51, 9B and 64. RGB value is (81,155,100). Sum of RGB (Red+Green+Blue) = 81+155+100=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #519B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B64 is #AE649B. Grayscale: #7E7E7E. Windows color (decimal): -11429020 or 6593361. OLE color: 6593361.

HSL color Cylindrical-coordinate representation of color #519B64: hue angle of 135.41º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519B64 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB81155100-
CMYK0.4800.350.39
HSL135.41º31.36%46.27%-
HSV(B)135.41º47.74%60.78%-
XYZ17.4126.1116.18-
YUV126.6112.9895.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.11%
GREEN value IS 155 (60.94% from 255) = 46.13%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=24.11%
G=46.13%
B=29.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811551000.4800.350.39135.4131.3646.27
Hex519B643002327871f2e
Octal12123314460043472073756
Binary101000110011011110010011000001000111001111000011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519B64; }

 p { color: rgb(81,155,100); }

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

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

 a { background-color: rgb(81,155,100); }

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

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

 span { border-color: rgb(81,155,100); }

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