#419862

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

Shades of Chateau Green #419862

Tints of Chateau Green #419862

Color information

#419862 (or 0x419862) is unknown color: approx Chateau Green. HEX triplet: 41, 98 and 62. RGB value is (65,152,98). Sum of RGB (Red+Green+Blue) = 65+152+98=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #419862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419862 is #BE679D. Grayscale: #777777. Windows color (decimal): -12478366 or 6461505. OLE color: 6461505.

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

Color convert

RGB6515298-
CMYK0.5700.360.40
HSL142.76º40.09%42.55%-
HSV(B)142.76º57.24%59.61%-
XYZ15.6124.4615.45-
YUV119.83115.6888.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 152 (59.77% from 255) = 48.25%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=20.63%
G=48.25%
B=31.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65152980.5700.360.40142.7640.0942.55
Hex41986239024288f282b
Octal10123014271044502175053
Binary1000001100110001100010111001010010010100010001111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419862; }

 p { color: rgb(65,152,98); }

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

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

 a { background-color: rgb(65,152,98); }

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

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

 span { border-color: rgb(65,152,98); }

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