#419861

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

Shades of Chateau Green #419861

Tints of Chateau Green #419861

Color information

#419861 (or 0x419861) is unknown color: approx Chateau Green. HEX triplet: 41, 98 and 61. RGB value is (65,152,97). Sum of RGB (Red+Green+Blue) = 65+152+97=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #419861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419861 is #BE679E. Grayscale: #777777. Windows color (decimal): -12478367 or 6395969. OLE color: 6395969.

HSL color Cylindrical-coordinate representation of color #419861: hue angle of 142.07º 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 #419861 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB6515297-
CMYK0.5700.360.40
HSL142.07º40.09%42.55%-
HSV(B)142.07º57.24%59.61%-
XYZ15.5724.4415.21-
YUV119.72115.1888.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=20.70%
G=48.41%
B=30.89%

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
Decimal65152970.5700.360.40142.0740.0942.55
Hex41986139024288e282b
Octal10123014171044502165053
Binary1000001100110001100001111001010010010100010001110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419861; }

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

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

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

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

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

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

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

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