#51925D

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

Shades of Chateau Green #51925D

Tints of Chateau Green #51925D

Color information

#51925D (or 0x51925D) is unknown color: approx Chateau Green. HEX triplet: 51, 92 and 5D. RGB value is (81,146,93). Sum of RGB (Red+Green+Blue) = 81+146+93=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #51925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51925D is #AE6DA2. Grayscale: #787878. Windows color (decimal): -11431331 or 6132305. OLE color: 6132305.

HSL color Cylindrical-coordinate representation of color #51925D: hue angle of 131.08º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51925D is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB8114693-
CMYK0.4500.360.43
HSL131.08º28.63%44.51%-
HSV(B)131.08º44.52%57.25%-
XYZ15.6523.113.99-
YUV120.52112.4799.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=25.31%
G=45.62%
B=29.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81146930.4500.360.43131.0828.6344.51
Hex51925D2D0242B831d2d
Octal12122213555044532033555
Binary101000110010010101110110110101001001010111000001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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