#41925F

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

Shades of Chateau Green #41925F

Tints of Chateau Green #41925F

Color information

#41925F (or 0x41925F) is unknown color: approx Chateau Green. HEX triplet: 41, 92 and 5F. RGB value is (65,146,95). Sum of RGB (Red+Green+Blue) = 65+146+95=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #41925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41925F is #BE6DA0. Grayscale: #747474. Windows color (decimal): -12479905 or 6263361. OLE color: 6263361.

HSL color Cylindrical-coordinate representation of color #41925F: hue angle of 142.22º 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 #41925F is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB6514695-
CMYK0.5500.350.43
HSL142.22º38.39%41.37%-
HSV(B)142.22º55.48%57.25%-
XYZ14.5222.5114.41-
YUV115.97116.1691.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 146 (57.42% from 255) = 47.71%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=21.24%
G=47.71%
B=31.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65146950.5500.350.43142.2238.3941.37
Hex41925F370232B8e2629
Octal10122213767043532164651
Binary1000001100100101011111110111010001110101110001110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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