#41935F

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

Shades of Chateau Green #41935F

Tints of Chateau Green #41935F

Color information

#41935F (or 0x41935F) is unknown color: approx Chateau Green. HEX triplet: 41, 93 and 5F. RGB value is (65,147,95). Sum of RGB (Red+Green+Blue) = 65+147+95=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #41935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41935F is #BE6CA0. Grayscale: #747474. Windows color (decimal): -12479649 or 6263617. OLE color: 6263617.

HSL color Cylindrical-coordinate representation of color #41935F: hue angle of 141.95º 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 #41935F is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB6514795-
CMYK0.5600.350.42
HSL141.95º38.68%41.57%-
HSV(B)141.95º55.78%57.65%-
XYZ14.6822.8214.46-
YUV116.55115.8391.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=21.17%
G=47.88%
B=30.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65147950.5600.350.42141.9538.6841.57
Hex41935F380232A8e272a
Octal10122313770043522164752
Binary1000001100100111011111111000010001110101010001110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41935F; }

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

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

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

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

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

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

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

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