#50A364

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

Shades of Chateau Green #50A364

Tints of Chateau Green #50A364

Color information

#50A364 (or 0x50A364) is unknown color: approx Chateau Green. HEX triplet: 50, A3 and 64. RGB value is (80,163,100). Sum of RGB (Red+Green+Blue) = 80+163+100=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #50A364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A364 is #AF5C9B. Grayscale: #838383. Windows color (decimal): -11492508 or 6595408. OLE color: 6595408.

HSL color Cylindrical-coordinate representation of color #50A364: hue angle of 134.46º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A364 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB80163100-
CMYK0.5100.390.36
HSL134.46º34.16%47.65%-
HSV(B)134.46º50.92%63.92%-
XYZ18.7128.8216.63-
YUV131110.591.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 163 (64.06% from 255) = 47.52%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=23.32%
G=47.52%
B=29.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal801631000.5100.390.36134.4634.1647.65
Hex50A3643302724862230
Octal12024314463047442064260
Binary1010000101000111100100110011010011110010010000110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A364; }

 p { color: rgb(80,163,100); }

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

<style>
 a { background-color: #50A364; }

 a { background-color: rgb(80,163,100); }

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

<style>
 span { border-color: #50A364; }

 span { border-color: rgb(80,163,100); }

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