#51965F

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

Shades of Chateau Green #51965F

Tints of Chateau Green #51965F

Color information

#51965F (or 0x51965F) is unknown color: approx Chateau Green. HEX triplet: 51, 96 and 5F. RGB value is (81,150,95). Sum of RGB (Red+Green+Blue) = 81+150+95=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #51965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51965F is #AE69A0. Grayscale: #7B7B7B. Windows color (decimal): -11430305 or 6264401. OLE color: 6264401.

HSL color Cylindrical-coordinate representation of color #51965F: hue angle of 132.17º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51965F is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB8115095-
CMYK0.4600.370.41
HSL132.17º29.87%45.29%-
HSV(B)132.17º46%58.82%-
XYZ16.3724.3914.67-
YUV123.1112.1497.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=24.85%
G=46.01%
B=29.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81150950.4600.370.41132.1729.8745.29
Hex51965F2E02529841e2d
Octal12122613756045512043655
Binary101000110010110101111110111001001011010011000010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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