#41945F

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

Shades of Chateau Green #41945F

Tints of Chateau Green #41945F

Color information

#41945F (or 0x41945F) is unknown color: approx Chateau Green. HEX triplet: 41, 94 and 5F. RGB value is (65,148,95). Sum of RGB (Red+Green+Blue) = 65+148+95=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #41945F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41945F is #BE6BA0. Grayscale: #757575. Windows color (decimal): -12479393 or 6263873. OLE color: 6263873.

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

Color convert

RGB6514895-
CMYK0.5600.360.42
HSL141.69º38.97%41.76%-
HSV(B)141.69º56.08%58.04%-
XYZ14.8423.1314.51-
YUV117.14115.590.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=21.10%
G=48.05%
B=30.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65148950.5600.360.42141.6938.9741.76
Hex41945F380242A8e272a
Octal10122413770044522164752
Binary1000001100101001011111111000010010010101010001110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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