#51A261

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

Shades of Chateau Green #51A261

Tints of Chateau Green #51A261

Color information

#51A261 (or 0x51A261) is unknown color: approx Chateau Green. HEX triplet: 51, A2 and 61. RGB value is (81,162,97). Sum of RGB (Red+Green+Blue) = 81+162+97=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #51A261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A261 is #AE5D9E. Grayscale: #828282. Windows color (decimal): -11427231 or 6398545. OLE color: 6398545.

HSL color Cylindrical-coordinate representation of color #51A261: hue angle of 131.85º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A261 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB8116297-
CMYK0.5000.400.36
HSL131.85º33.33%47.65%-
HSV(B)131.85º50%63.53%-
XYZ18.4728.4515.83-
YUV130.37109.1692.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 162 (63.67% from 255) = 47.65%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=23.82%
G=47.65%
B=28.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81162970.5000.400.36131.8533.3347.65
Hex51A2613202824842130
Octal12124214162050442044160
Binary1010001101000101100001110010010100010010010000100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A261; }

 p { color: rgb(81,162,97); }

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

<style>
 a { background-color: #51A261; }

 a { background-color: rgb(81,162,97); }

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

<style>
 span { border-color: #51A261; }

 span { border-color: rgb(81,162,97); }

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