#419250

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

Shades of Chateau Green #419250

Tints of Chateau Green #419250

Color information

#419250 (or 0x419250) is unknown color: approx Chateau Green. HEX triplet: 41, 92 and 50. RGB value is (65,146,80). Sum of RGB (Red+Green+Blue) = 65+146+80=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #419250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419250 is #BE6DAF. Grayscale: #727272. Windows color (decimal): -12479920 or 5280321. OLE color: 5280321.

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

Color convert

RGB6514680-
CMYK0.5500.450.43
HSL131.11º38.39%41.37%-
HSV(B)131.11º55.48%57.25%-
XYZ13.9122.2611.15-
YUV114.26108.6692.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 146 (57.42% from 255) = 50.17%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=22.34%
G=50.17%
B=27.49%

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
Decimal65146800.5500.450.43131.1138.3941.37
Hex4192503702D2B832629
Octal10122212067055532034651
Binary1000001100100101010000110111010110110101110000011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419250; }

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

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

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

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

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

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

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

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