#51975D

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

Shades of Chateau Green #51975D

Tints of Chateau Green #51975D

Color information

#51975D (or 0x51975D) is unknown color: approx Chateau Green. HEX triplet: 51, 97 and 5D. RGB value is (81,151,93). Sum of RGB (Red+Green+Blue) = 81+151+93=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #51975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51975D is #AE68A2. Grayscale: #7B7B7B. Windows color (decimal): -11430051 or 6133585. OLE color: 6133585.

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

Color convert

RGB8115193-
CMYK0.4600.380.41
HSL130.29º30.17%45.49%-
HSV(B)130.29º46.36%59.22%-
XYZ16.4424.6714.25-
YUV123.46110.8197.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 151 (59.38% from 255) = 46.46%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=24.92%
G=46.46%
B=28.62%

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
Decimal81151930.4600.380.41130.2930.1745.49
Hex51975D2E02629821e2d
Octal12122713556046512023655
Binary101000110010111101110110111001001101010011000001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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