#419055

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

Shades of Chateau Green #419055

Tints of Chateau Green #419055

Color information

#419055 (or 0x419055) is unknown color: approx Chateau Green. HEX triplet: 41, 90 and 55. RGB value is (65,144,85). Sum of RGB (Red+Green+Blue) = 65+144+85=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #419055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419055 is #BE6FAA. Grayscale: #717171. Windows color (decimal): -12480427 or 5607489. OLE color: 5607489.

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

Color convert

RGB6514485-
CMYK0.5500.410.44
HSL135.19º37.8%40.98%-
HSV(B)135.19º54.86%56.47%-
XYZ13.7921.7312.06-
YUV113.65111.8393.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 85 (33.59% from 255) = 28.91%
R=22.11%
G=48.98%
B=28.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144850.5500.410.44135.1937.840.98
Hex419055370292C872629
Octal10122012567051542074651
Binary1000001100100001010101110111010100110110010000111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419055; }

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

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

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

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

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

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

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

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