#51905E

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

Shades of Chateau Green #51905E

Tints of Chateau Green #51905E

Color information

#51905E (or 0x51905E) is unknown color: approx Chateau Green. HEX triplet: 51, 90 and 5E. RGB value is (81,144,94). Sum of RGB (Red+Green+Blue) = 81+144+94=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #51905E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51905E is #AE6FA1. Grayscale: #777777. Windows color (decimal): -11431842 or 6197329. OLE color: 6197329.

HSL color Cylindrical-coordinate representation of color #51905E: hue angle of 132.38º 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 #51905E is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB8114494-
CMYK0.4400.350.44
HSL132.38º28%44.12%-
HSV(B)132.38º43.75%56.47%-
XYZ15.3922.514.12-
YUV119.46113.63100.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=25.39%
G=45.14%
B=29.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81144940.4400.350.44132.382844.12
Hex51905E2C0232C841c2c
Octal12122013654043542043454
Binary101000110010000101111010110001000111011001000010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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