#419150

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

Shades of Chateau Green #419150

Tints of Chateau Green #419150

Color information

#419150 (or 0x419150) is unknown color: approx Chateau Green. HEX triplet: 41, 91 and 50. RGB value is (65,145,80). Sum of RGB (Red+Green+Blue) = 65+145+80=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #419150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419150 is #BE6EAF. Grayscale: #717171. Windows color (decimal): -12480176 or 5280065. OLE color: 5280065.

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

Color convert

RGB6514580-
CMYK0.5500.450.43
HSL131.25º38.1%41.18%-
HSV(B)131.25º55.17%56.86%-
XYZ13.7521.9511.1-
YUV113.6710993.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 145 (57.03% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=22.41%
G=50%
B=27.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145800.5500.450.43131.2538.141.18
Hex4191503702D2B832629
Octal10122112067055532034651
Binary1000001100100011010000110111010110110101110000011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419150; }

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

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

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

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

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

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

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

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