#419050

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

Shades of Chateau Green #419050

Tints of Chateau Green #419050

Color information

#419050 (or 0x419050) is unknown color: approx Chateau Green. HEX triplet: 41, 90 and 50. RGB value is (65,144,80). Sum of RGB (Red+Green+Blue) = 65+144+80=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #419050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419050 is #BE6FAF. Grayscale: #717171. Windows color (decimal): -12480432 or 5279809. OLE color: 5279809.

HSL color Cylindrical-coordinate representation of color #419050: hue angle of 131.39º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419050 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB6514480-
CMYK0.5500.440.44
HSL131.39º37.8%40.98%-
HSV(B)131.39º54.86%56.47%-
XYZ13.621.6511.05-
YUV113.08109.3393.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 144 (56.64% from 255) = 49.83%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=22.49%
G=49.83%
B=27.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144800.5500.440.44131.3937.840.98
Hex4190503702C2C832629
Octal10122012067054542034651
Binary1000001100100001010000110111010110010110010000011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419050; }

 p { color: rgb(65,144,80); }

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

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

 a { background-color: rgb(65,144,80); }

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

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

 span { border-color: rgb(65,144,80); }

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