#41B35E

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

Shades of Chateau Green #41B35E

Tints of Chateau Green #41B35E

Color information

#41B35E (or 0x41B35E) is unknown color: approx Chateau Green. HEX triplet: 41, B3 and 5E. RGB value is (65,179,94). Sum of RGB (Red+Green+Blue) = 65+179+94=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #41B35E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B35E is #BE4CA1. Grayscale: #878787. Windows color (decimal): -12471458 or 6206273. OLE color: 6206273.

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

Color convert

RGB6517994-
CMYK0.6400.470.30
HSL135.26º46.72%47.84%-
HSV(B)135.26º63.69%70.2%-
XYZ20.3234.1716.11-
YUV135.22104.7377.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 179 (70.31% from 255) = 52.96%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=19.23%
G=52.96%
B=27.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65179940.6400.470.30135.2646.7247.84
Hex41B35E4002F1E872f30
Octal101263136100057362075760
Binary1000001101100111011110100000001011111111010000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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