#41975C

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

Shades of Chateau Green #41975C

Tints of Chateau Green #41975C

Color information

#41975C (or 0x41975C) is unknown color: approx Chateau Green. HEX triplet: 41, 97 and 5C. RGB value is (65,151,92). Sum of RGB (Red+Green+Blue) = 65+151+92=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #41975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41975C is #BE68A3. Grayscale: #767676. Windows color (decimal): -12478628 or 6068033. OLE color: 6068033.

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

Color convert

RGB6515192-
CMYK0.5700.390.41
HSL138.84º39.81%42.35%-
HSV(B)138.84º56.95%59.22%-
XYZ15.1824.0313.96-
YUV118.56113.0189.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 151 (59.38% from 255) = 49.03%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=21.10%
G=49.03%
B=29.87%

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
Decimal65151920.5700.390.41138.8439.8142.35
Hex41975C39027298b282a
Octal10122713471047512135052
Binary1000001100101111011100111001010011110100110001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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