#41944E

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

Shades of Chateau Green #41944E

Tints of Chateau Green #41944E

Color information

#41944E (or 0x41944E) is unknown color: approx Chateau Green. HEX triplet: 41, 94 and 4E. RGB value is (65,148,78). Sum of RGB (Red+Green+Blue) = 65+148+78=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #41944E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41944E is #BE6BB1. Grayscale: #737373. Windows color (decimal): -12479410 or 5149761. OLE color: 5149761.

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

Color convert

RGB6514878-
CMYK0.5600.470.42
HSL129.4º38.97%41.76%-
HSV(B)129.4º56.08%58.04%-
XYZ14.1522.8510.87-
YUV115.210792.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 148 (58.20% from 255) = 50.86%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=22.34%
G=50.86%
B=26.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65148780.5600.470.42129.438.9741.76
Hex41944E3802F2A81272a
Octal10122411670057522014752
Binary1000001100101001001110111000010111110101010000001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41944E; }

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

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

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

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

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

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

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

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