#41925B

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

Shades of Chateau Green #41925B

Tints of Chateau Green #41925B

Color information

#41925B (or 0x41925B) is unknown color: approx Chateau Green. HEX triplet: 41, 92 and 5B. RGB value is (65,146,91). Sum of RGB (Red+Green+Blue) = 65+146+91=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #41925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41925B is #BE6DA4. Grayscale: #737373. Windows color (decimal): -12479909 or 6001217. OLE color: 6001217.

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

Color convert

RGB6514691-
CMYK0.5500.380.43
HSL139.26º38.39%41.37%-
HSV(B)139.26º55.48%57.25%-
XYZ14.3522.4413.47-
YUV115.51114.1691.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 146 (57.42% from 255) = 48.34%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=21.52%
G=48.34%
B=30.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65146910.5500.380.43139.2638.3941.37
Hex41925B370262B8b2629
Octal10122213367046532134651
Binary1000001100100101011011110111010011010101110001011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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