#41915A

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

Shades of Chateau Green #41915A

Tints of Chateau Green #41915A

Color information

#41915A (or 0x41915A) is unknown color: approx Chateau Green. HEX triplet: 41, 91 and 5A. RGB value is (65,145,90). Sum of RGB (Red+Green+Blue) = 65+145+90=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #41915A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41915A is #BE6EA5. Grayscale: #727272. Windows color (decimal): -12480166 or 5935425. OLE color: 5935425.

HSL color Cylindrical-coordinate representation of color #41915A: hue angle of 138.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 #41915A is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB6514590-
CMYK0.5500.380.43
HSL138.75º38.1%41.18%-
HSV(B)138.75º55.17%56.86%-
XYZ14.1522.1113.2-
YUV114.8111492.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 145 (57.03% from 255) = 48.33%
BLUE value IS 90 (35.55% from 255) = 30%
R=21.67%
G=48.33%
B=30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145900.5500.380.43138.7538.141.18
Hex41915A370262B8b2629
Octal10122113267046532134651
Binary1000001100100011011010110111010011010101110001011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41915A; }

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

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

<style>
 a { background-color: #41915A; }

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

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

<style>
 span { border-color: #41915A; }

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

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