#51905C

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

Shades of Chateau Green #51905C

Tints of Chateau Green #51905C

Color information

#51905C (or 0x51905C) is unknown color: approx Chateau Green. HEX triplet: 51, 90 and 5C. RGB value is (81,144,92). Sum of RGB (Red+Green+Blue) = 81+144+92=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #51905C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51905C is #AE6FA3. Grayscale: #777777. Windows color (decimal): -11431844 or 6066257. OLE color: 6066257.

HSL color Cylindrical-coordinate representation of color #51905C: hue angle of 130.48º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51905C is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB8114492-
CMYK0.4400.360.44
HSL130.48º28%44.12%-
HSV(B)130.48º43.75%56.47%-
XYZ15.322.4713.66-
YUV119.23112.63100.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=25.55%
G=45.43%
B=29.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81144920.4400.360.44130.482844.12
Hex51905C2C0242C821c2c
Octal12122013454044542023454
Binary101000110010000101110010110001001001011001000001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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