#41C958

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

Shades of Emerald #41C958

Tints of Emerald #41C958

Color information

#41C958 (or 0x41C958) is unknown color: approx Emerald. HEX triplet: 41, C9 and 58. RGB value is (65,201,88). Sum of RGB (Red+Green+Blue) = 65+201+88=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #41C958 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C958 is #BE36A7. Grayscale: #939393. Windows color (decimal): -12465832 or 5818689. OLE color: 5818689.

HSL color Cylindrical-coordinate representation of color #41C958: hue angle of 130.15º 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 #41C958 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB6520188-
CMYK0.6800.560.21
HSL130.15º55.74%52.16%-
HSV(B)130.15º67.66%78.82%-
XYZ24.8343.616.34-
YUV147.4594.4469.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 201 (78.91% from 255) = 56.78%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=18.36%
G=56.78%
B=24.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65201880.6800.560.21130.1555.7452.16
Hex41C9584403815823834
Octal101311130104070252027064
Binary1000001110010011011000100010001110001010110000010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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