#41965C

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

Shades of Chateau Green #41965C

Tints of Chateau Green #41965C

Color information

#41965C (or 0x41965C) is unknown color: approx Chateau Green. HEX triplet: 41, 96 and 5C. RGB value is (65,150,92). Sum of RGB (Red+Green+Blue) = 65+150+92=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #41965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41965C is #BE69A3. Grayscale: #767676. Windows color (decimal): -12478884 or 6067777. OLE color: 6067777.

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

Color convert

RGB6515092-
CMYK0.5700.390.41
HSL139.06º39.53%42.16%-
HSV(B)139.06º56.67%58.82%-
XYZ15.0223.7113.91-
YUV117.97113.3490.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=21.17%
G=48.86%
B=29.97%

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
Decimal65150920.5700.390.41139.0639.5342.16
Hex41965C39027298b282a
Octal10122613471047512135052
Binary1000001100101101011100111001010011110100110001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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