#419D64

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

Shades of Chateau Green #419D64

Tints of Chateau Green #419D64

Color information

#419D64 (or 0x419D64) is unknown color: approx Chateau Green. HEX triplet: 41, 9D and 64. RGB value is (65,157,100). Sum of RGB (Red+Green+Blue) = 65+157+100=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #419D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419D64 is #BE629B. Grayscale: #7B7B7B. Windows color (decimal): -12477084 or 6593857. OLE color: 6593857.

HSL color Cylindrical-coordinate representation of color #419D64: hue angle of 142.83º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419D64 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB65157100-
CMYK0.5900.360.38
HSL142.83º41.44%43.53%-
HSV(B)142.83º58.6%61.57%-
XYZ16.5426.1616.23-
YUV122.99115.0286.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 157 (61.72% from 255) = 48.76%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=20.19%
G=48.76%
B=31.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651571000.5900.360.38142.8341.4443.53
Hex419D643B024268f292c
Octal10123514473044462175154
Binary1000001100111011100100111011010010010011010001111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419D64; }

 p { color: rgb(65,157,100); }

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

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

 a { background-color: rgb(65,157,100); }

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

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

 span { border-color: rgb(65,157,100); }

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