#50925C

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

Shades of Chateau Green #50925C

Tints of Chateau Green #50925C

Color information

#50925C (or 0x50925C) is unknown color: approx Chateau Green. HEX triplet: 50, 92 and 5C. RGB value is (80,146,92). Sum of RGB (Red+Green+Blue) = 80+146+92=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #50925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50925C is #AF6DA3. Grayscale: #787878. Windows color (decimal): -11496868 or 6066768. OLE color: 6066768.

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

Color convert

RGB8014692-
CMYK0.4500.370.43
HSL130.91º29.2%44.31%-
HSV(B)130.91º45.21%57.25%-
XYZ15.5223.0413.75-
YUV120.11112.1399.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 146 (57.42% from 255) = 45.91%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=25.16%
G=45.91%
B=28.93%

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
Decimal80146920.4500.370.43130.9129.244.31
Hex50925C2D0252B831d2c
Octal12022213455045532033554
Binary101000010010010101110010110101001011010111000001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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