#41B45F

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

Shades of Chateau Green #41B45F

Tints of Chateau Green #41B45F

Color information

#41B45F (or 0x41B45F) is unknown color: approx Chateau Green. HEX triplet: 41, B4 and 5F. RGB value is (65,180,95). Sum of RGB (Red+Green+Blue) = 65+180+95=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #41B45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B45F is #BE4BA0. Grayscale: #888888. Windows color (decimal): -12471201 or 6272065. OLE color: 6272065.

HSL color Cylindrical-coordinate representation of color #41B45F: hue angle of 135.65º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B45F is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB6518095-
CMYK0.6400.470.29
HSL135.65º46.94%48.04%-
HSV(B)135.65º63.89%70.59%-
XYZ20.5734.5916.42-
YUV135.93104.977.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 180 (70.70% from 255) = 52.94%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=19.12%
G=52.94%
B=27.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65180950.6400.470.29135.6546.9448.04
Hex41B45F4002F1D882f30
Octal101264137100057352105760
Binary1000001101101001011111100000001011111110110001000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41B45F; }

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

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

<style>
 a { background-color: #41B45F; }

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

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

<style>
 span { border-color: #41B45F; }

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

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