#41965B

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

Shades of Chateau Green #41965B

Tints of Chateau Green #41965B

Color information

#41965B (or 0x41965B) is unknown color: approx Chateau Green. HEX triplet: 41, 96 and 5B. RGB value is (65,150,91). Sum of RGB (Red+Green+Blue) = 65+150+91=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #41965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41965B is #BE69A4. Grayscale: #767676. Windows color (decimal): -12478885 or 6002241. OLE color: 6002241.

HSL color Cylindrical-coordinate representation of color #41965B: hue angle of 138.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41965B is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB6515091-
CMYK0.5700.390.41
HSL138.35º39.53%42.16%-
HSV(B)138.35º56.67%58.82%-
XYZ14.9723.6913.68-
YUV117.86112.8490.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=21.24%
G=49.02%
B=29.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65150910.5700.390.41138.3539.5342.16
Hex41965B39027298a282a
Octal10122613371047512125052
Binary1000001100101101011011111001010011110100110001010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41965B; }

 p { color: rgb(65,150,91); }

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

<style>
 a { background-color: #41965B; }

 a { background-color: rgb(65,150,91); }

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

<style>
 span { border-color: #41965B; }

 span { border-color: rgb(65,150,91); }

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