#51925C

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

Shades of Chateau Green #51925C

Tints of Chateau Green #51925C

Color information

#51925C (or 0x51925C) is unknown color: approx Chateau Green. HEX triplet: 51, 92 and 5C. RGB value is (81,146,92). Sum of RGB (Red+Green+Blue) = 81+146+92=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #51925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51925C is #AE6DA3. Grayscale: #787878. Windows color (decimal): -11431332 or 6066769. OLE color: 6066769.

HSL color Cylindrical-coordinate representation of color #51925C: hue angle of 130.15º 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 #51925C is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB8114692-
CMYK0.4500.370.43
HSL130.15º28.63%44.51%-
HSV(B)130.15º44.52%57.25%-
XYZ15.623.0813.76-
YUV120.41111.9799.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=25.39%
G=45.77%
B=28.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81146920.4500.370.43130.1528.6344.51
Hex51925C2D0252B821d2d
Octal12122213455045532023555
Binary101000110010010101110010110101001011010111000001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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