#41C96B

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

Shades of Emerald #41C96B

Tints of Emerald #41C96B

Color information

#41C96B (or 0x41C96B) is unknown color: approx Emerald. HEX triplet: 41, C9 and 6B. RGB value is (65,201,107). Sum of RGB (Red+Green+Blue) = 65+201+107=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #41C96B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C96B is #BE3694. Grayscale: #959595. Windows color (decimal): -12465813 or 7063873. OLE color: 7063873.

HSL color Cylindrical-coordinate representation of color #41C96B: hue angle of 138.53º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C96B is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB65201107-
CMYK0.6800.470.21
HSL138.53º55.74%52.16%-
HSV(B)138.53º67.66%78.82%-
XYZ25.7243.9621.04-
YUV149.62103.9467.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.43%
GREEN value IS 201 (78.91% from 255) = 53.89%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=17.43%
G=53.89%
B=28.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal652011070.6800.470.21138.5355.7452.16
Hex41C96B4402F158b3834
Octal101311153104057252137064
Binary1000001110010011101011100010001011111010110001011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,201,107); }

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

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

 a { background-color: rgb(65,201,107); }

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

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

 span { border-color: rgb(65,201,107); }

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