#419650

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

Shades of Chateau Green #419650

Tints of Chateau Green #419650

Color information

#419650 (or 0x419650) is unknown color: approx Chateau Green. HEX triplet: 41, 96 and 50. RGB value is (65,150,80). Sum of RGB (Red+Green+Blue) = 65+150+80=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #419650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419650 is #BE69AF. Grayscale: #747474. Windows color (decimal): -12478896 or 5281345. OLE color: 5281345.

HSL color Cylindrical-coordinate representation of color #419650: hue angle of 130.59º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419650 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB6515080-
CMYK0.5700.470.41
HSL130.59º39.53%42.16%-
HSV(B)130.59º56.67%58.82%-
XYZ14.5323.5211.36-
YUV116.6107.3491.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=22.03%
G=50.85%
B=27.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65150800.5700.470.41130.5939.5342.16
Hex4196503902F2983282a
Octal10122612071057512035052
Binary1000001100101101010000111001010111110100110000011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419650; }

 p { color: rgb(65,150,80); }

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

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

 a { background-color: rgb(65,150,80); }

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

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

 span { border-color: rgb(65,150,80); }

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