#419F65

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

Shades of Chateau Green #419F65

Tints of Chateau Green #419F65

Color information

#419F65 (or 0x419F65) is unknown color: approx Chateau Green. HEX triplet: 41, 9F and 65. RGB value is (65,159,101). Sum of RGB (Red+Green+Blue) = 65+159+101=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #419F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419F65 is #BE609A. Grayscale: #7C7C7C. Windows color (decimal): -12476571 or 6659905. OLE color: 6659905.

HSL color Cylindrical-coordinate representation of color #419F65: hue angle of 142.98º degrees, saturation: 0.42, 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 #419F65 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB65159101-
CMYK0.5900.360.38
HSL142.98º41.96%43.92%-
HSV(B)142.98º59.12%62.35%-
XYZ16.9326.8616.6-
YUV124.28114.8685.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 159 (62.5% from 255) = 48.92%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=20%
G=48.92%
B=31.08%

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
Decimal651591010.5900.360.38142.9841.9643.92
Hex419F653B024268f2a2c
Octal10123714573044462175254
Binary1000001100111111100101111011010010010011010001111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,159,101); }

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

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

 a { background-color: rgb(65,159,101); }

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

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

 span { border-color: rgb(65,159,101); }

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