#51945C

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

Shades of Chateau Green #51945C

Tints of Chateau Green #51945C

Color information

#51945C (or 0x51945C) is unknown color: approx Chateau Green. HEX triplet: 51, 94 and 5C. RGB value is (81,148,92). Sum of RGB (Red+Green+Blue) = 81+148+92=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #51945C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51945C is #AE6BA3. Grayscale: #797979. Windows color (decimal): -11430820 or 6067281. OLE color: 6067281.

HSL color Cylindrical-coordinate representation of color #51945C: hue angle of 129.85º 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 #51945C is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB8114892-
CMYK0.4500.380.42
HSL129.85º29.26%44.9%-
HSV(B)129.85º45.27%58.04%-
XYZ15.9223.713.86-
YUV121.58111.399.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 148 (58.20% from 255) = 46.11%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=25.23%
G=46.11%
B=28.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81148920.4500.380.42129.8529.2644.9
Hex51945C2D0262A821d2d
Octal12122413455046522023555
Binary101000110010100101110010110101001101010101000001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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