#51915F

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

Shades of Chateau Green #51915F

Tints of Chateau Green #51915F

Color information

#51915F (or 0x51915F) is unknown color: approx Chateau Green. HEX triplet: 51, 91 and 5F. RGB value is (81,145,95). Sum of RGB (Red+Green+Blue) = 81+145+95=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #51915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51915F is #AE6EA0. Grayscale: #787878. Windows color (decimal): -11431585 or 6263121. OLE color: 6263121.

HSL color Cylindrical-coordinate representation of color #51915F: hue angle of 133.12º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51915F is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB8114595-
CMYK0.4400.340.43
HSL133.12º28.32%44.31%-
HSV(B)133.12º44.14%56.86%-
XYZ15.5822.8314.41-
YUV120.16113.8100.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=25.23%
G=45.17%
B=29.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81145950.4400.340.43133.1228.3244.31
Hex51915F2C0222B851c2c
Octal12122113754042532053454
Binary101000110010001101111110110001000101010111000010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51915F; }

 p { color: rgb(81,145,95); }

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

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

 a { background-color: rgb(81,145,95); }

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

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

 span { border-color: rgb(81,145,95); }

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