#41925E

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

Shades of Chateau Green #41925E

Tints of Chateau Green #41925E

Color information

#41925E (or 0x41925E) is unknown color: approx Chateau Green. HEX triplet: 41, 92 and 5E. RGB value is (65,146,94). Sum of RGB (Red+Green+Blue) = 65+146+94=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #41925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41925E is #BE6DA1. Grayscale: #737373. Windows color (decimal): -12479906 or 6197825. OLE color: 6197825.

HSL color Cylindrical-coordinate representation of color #41925E: hue angle of 141.48º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41925E is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB6514694-
CMYK0.5500.360.43
HSL141.48º38.39%41.37%-
HSV(B)141.48º55.48%57.25%-
XYZ14.4822.4914.17-
YUV115.85115.6691.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=21.31%
G=47.87%
B=30.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65146940.5500.360.43141.4838.3941.37
Hex41925E370242B8d2629
Octal10122213667044532154651
Binary1000001100100101011110110111010010010101110001101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41925E; }

 p { color: rgb(65,146,94); }

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

<style>
 a { background-color: #41925E; }

 a { background-color: rgb(65,146,94); }

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

<style>
 span { border-color: #41925E; }

 span { border-color: rgb(65,146,94); }

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