#51945F

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

Shades of Chateau Green #51945F

Tints of Chateau Green #51945F

Color information

#51945F (or 0x51945F) is unknown color: approx Chateau Green. HEX triplet: 51, 94 and 5F. RGB value is (81,148,95). Sum of RGB (Red+Green+Blue) = 81+148+95=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #51945F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51945F is #AE6BA0. Grayscale: #7A7A7A. Windows color (decimal): -11430817 or 6263889. OLE color: 6263889.

HSL color Cylindrical-coordinate representation of color #51945F: hue angle of 132.54º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51945F is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB8114895-
CMYK0.4500.360.42
HSL132.54º29.26%44.9%-
HSV(B)132.54º45.27%58.04%-
XYZ16.0523.7614.57-
YUV121.92112.898.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=25%
G=45.68%
B=29.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81148950.4500.360.42132.5429.2644.9
Hex51945F2D0242A851d2d
Octal12122413755044522053555
Binary101000110010100101111110110101001001010101000010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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