#41914C

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

Shades of Chateau Green #41914C

Tints of Chateau Green #41914C

Color information

#41914C (or 0x41914C) is unknown color: approx Chateau Green. HEX triplet: 41, 91 and 4C. RGB value is (65,145,76). Sum of RGB (Red+Green+Blue) = 65+145+76=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #41914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41914C is #BE6EB3. Grayscale: #717171. Windows color (decimal): -12480180 or 5017921. OLE color: 5017921.

HSL color Cylindrical-coordinate representation of color #41914C: hue angle of 128.25º 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 #41914C is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB6514576-
CMYK0.5500.480.43
HSL128.25º38.1%41.18%-
HSV(B)128.25º55.17%56.86%-
XYZ13.6121.910.35-
YUV113.2110793.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 145 (57.03% from 255) = 50.70%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=22.73%
G=50.70%
B=26.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145760.5500.480.43128.2538.141.18
Hex41914C370302B802629
Octal10122111467060532004651
Binary1000001100100011001100110111011000010101110000000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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