#41975A

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

Shades of Chateau Green #41975A

Tints of Chateau Green #41975A

Color information

#41975A (or 0x41975A) is unknown color: approx Chateau Green. HEX triplet: 41, 97 and 5A. RGB value is (65,151,90). Sum of RGB (Red+Green+Blue) = 65+151+90=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #41975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41975A is #BE68A5. Grayscale: #767676. Windows color (decimal): -12478630 or 5936961. OLE color: 5936961.

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

Color convert

RGB6515190-
CMYK0.5700.400.41
HSL137.44º39.81%42.35%-
HSV(B)137.44º56.95%59.22%-
XYZ15.092413.51-
YUV118.33112.0189.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 151 (59.38% from 255) = 49.35%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=21.24%
G=49.35%
B=29.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65151900.5700.400.41137.4439.8142.35
Hex41975A390282989282a
Octal10122713271050512115052
Binary1000001100101111011010111001010100010100110001001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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