#419353

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

Shades of Chateau Green #419353

Tints of Chateau Green #419353

Color information

#419353 (or 0x419353) is unknown color: approx Chateau Green. HEX triplet: 41, 93 and 53. RGB value is (65,147,83). Sum of RGB (Red+Green+Blue) = 65+147+83=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #419353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419353 is #BE6CAC. Grayscale: #737373. Windows color (decimal): -12479661 or 5477185. OLE color: 5477185.

HSL color Cylindrical-coordinate representation of color #419353: hue angle of 133.17º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419353 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB6514783-
CMYK0.5600.440.42
HSL133.17º38.68%41.57%-
HSV(B)133.17º55.78%57.65%-
XYZ14.1822.6211.8-
YUV115.19109.8392.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=22.03%
G=49.83%
B=28.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65147830.5600.440.42133.1738.6841.57
Hex4193533802C2A85272a
Octal10122312370054522054752
Binary1000001100100111010011111000010110010101010000101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419353; }

 p { color: rgb(65,147,83); }

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

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

 a { background-color: rgb(65,147,83); }

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

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

 span { border-color: rgb(65,147,83); }

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