#419952

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

Shades of Chateau Green #419952

Tints of Chateau Green #419952

Color information

#419952 (or 0x419952) is unknown color: approx Chateau Green. HEX triplet: 41, 99 and 52. RGB value is (65,153,82). Sum of RGB (Red+Green+Blue) = 65+153+82=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #419952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419952 is #BE66AD. Grayscale: #767676. Windows color (decimal): -12478126 or 5413185. OLE color: 5413185.

HSL color Cylindrical-coordinate representation of color #419952: hue angle of 131.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419952 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB6515382-
CMYK0.5800.460.4
HSL131.59º40.37%42.75%-
HSV(B)131.59º57.52%60%-
XYZ15.0924.5211.92-
YUV118.59107.3589.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 153 (60.16% from 255) = 51%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=21.67%
G=51%
B=27.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153820.5800.460.4131.5940.3742.75
Hex4199523A02E2884282b
Octal10123112272056502045053
Binary1000001100110011010010111010010111010100010000100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419952; }

 p { color: rgb(65,153,82); }

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

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

 a { background-color: rgb(65,153,82); }

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

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

 span { border-color: rgb(65,153,82); }

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