#41914E

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

Shades of Chateau Green #41914E

Tints of Chateau Green #41914E

Color information

#41914E (or 0x41914E) is unknown color: approx Chateau Green. HEX triplet: 41, 91 and 4E. RGB value is (65,145,78). Sum of RGB (Red+Green+Blue) = 65+145+78=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #41914E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41914E is #BE6EB1. Grayscale: #717171. Windows color (decimal): -12480178 or 5148993. OLE color: 5148993.

HSL color Cylindrical-coordinate representation of color #41914E: hue angle of 129.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41914E is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB6514578-
CMYK0.5500.460.43
HSL129.75º38.1%41.18%-
HSV(B)129.75º55.17%56.86%-
XYZ13.6821.9210.72-
YUV113.4410893.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.57%
GREEN value IS 145 (57.03% from 255) = 50.35%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=22.57%
G=50.35%
B=27.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145780.5500.460.43129.7538.141.18
Hex41914E3702E2B822629
Octal10122111667056532024651
Binary1000001100100011001110110111010111010101110000010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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