#51935E

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

Shades of Chateau Green #51935E

Tints of Chateau Green #51935E

Color information

#51935E (or 0x51935E) is unknown color: approx Chateau Green. HEX triplet: 51, 93 and 5E. RGB value is (81,147,94). Sum of RGB (Red+Green+Blue) = 81+147+94=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #51935E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51935E is #AE6CA1. Grayscale: #797979. Windows color (decimal): -11431074 or 6198097. OLE color: 6198097.

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

Color convert

RGB8114794-
CMYK0.4500.360.42
HSL131.82º28.95%44.71%-
HSV(B)131.82º44.9%57.65%-
XYZ15.8523.4214.28-
YUV121.22112.6399.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 147 (57.81% from 255) = 45.65%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=25.16%
G=45.65%
B=29.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147940.4500.360.42131.8228.9544.71
Hex51935E2D0242A841d2d
Octal12122313655044522043555
Binary101000110010011101111010110101001001010101000010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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