#50925E

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

Shades of Chateau Green #50925E

Tints of Chateau Green #50925E

Color information

#50925E (or 0x50925E) is unknown color: approx Chateau Green. HEX triplet: 50, 92 and 5E. RGB value is (80,146,94). Sum of RGB (Red+Green+Blue) = 80+146+94=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #50925E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50925E is #AF6DA1. Grayscale: #787878. Windows color (decimal): -11496866 or 6197840. OLE color: 6197840.

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

Color convert

RGB8014694-
CMYK0.4500.360.43
HSL132.73º29.2%44.31%-
HSV(B)132.73º45.21%57.25%-
XYZ15.6123.0714.22-
YUV120.34113.1399.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=25%
G=45.62%
B=29.38%

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
Decimal80146940.4500.360.43132.7329.244.31
Hex50925E2D0242B851d2c
Octal12022213655044532053554
Binary101000010010010101111010110101001001010111000010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,146,94); }

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

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

 a { background-color: rgb(80,146,94); }

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

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

 span { border-color: rgb(80,146,94); }

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