#41964D

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

Shades of Chateau Green #41964D

Tints of Chateau Green #41964D

Color information

#41964D (or 0x41964D) is unknown color: approx Chateau Green. HEX triplet: 41, 96 and 4D. RGB value is (65,150,77). Sum of RGB (Red+Green+Blue) = 65+150+77=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #41964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41964D is #BE69B2. Grayscale: #747474. Windows color (decimal): -12478899 or 5084737. OLE color: 5084737.

HSL color Cylindrical-coordinate representation of color #41964D: hue angle of 128.47º 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 #41964D is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB6515077-
CMYK0.5700.490.41
HSL128.47º39.53%42.16%-
HSV(B)128.47º56.67%58.82%-
XYZ14.4323.4710.79-
YUV116.26105.8491.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=22.26%
G=51.37%
B=26.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65150770.5700.490.41128.4739.5342.16
Hex41964D390312980282a
Octal10122611571061512005052
Binary1000001100101101001101111001011000110100110000000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41964D; }

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

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

<style>
 a { background-color: #41964D; }

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

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

<style>
 span { border-color: #41964D; }

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

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