#51975E

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

Shades of Chateau Green #51975E

Tints of Chateau Green #51975E

Color information

#51975E (or 0x51975E) is unknown color: approx Chateau Green. HEX triplet: 51, 97 and 5E. RGB value is (81,151,94). Sum of RGB (Red+Green+Blue) = 81+151+94=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #51975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51975E is #AE68A1. Grayscale: #7B7B7B. Windows color (decimal): -11430050 or 6199121. OLE color: 6199121.

HSL color Cylindrical-coordinate representation of color #51975E: hue angle of 131.14º 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 #51975E is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB8115194-
CMYK0.4600.380.41
HSL131.14º30.17%45.49%-
HSV(B)131.14º46.36%59.22%-
XYZ16.4824.6914.49-
YUV123.57111.3197.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 151 (59.38% from 255) = 46.32%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=24.85%
G=46.32%
B=28.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81151940.4600.380.41131.1430.1745.49
Hex51975E2E02629831e2d
Octal12122713656046512033655
Binary101000110010111101111010111001001101010011000001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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