#41D075

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

Shades of Emerald #41D075

Tints of Emerald #41D075

Color information

#41D075 (or 0x41D075) is unknown color: approx Emerald. HEX triplet: 41, D0 and 75. RGB value is (65,208,117). Sum of RGB (Red+Green+Blue) = 65+208+117=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #41D075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D075 is #BE2F8A. Grayscale: #9B9B9B. Windows color (decimal): -12464011 or 7721025. OLE color: 7721025.

HSL color Cylindrical-coordinate representation of color #41D075: hue angle of 141.82º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D075 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB65208117-
CMYK0.6900.440.18
HSL141.82º60.34%53.53%-
HSV(B)141.82º68.75%81.57%-
XYZ27.9547.5224.53-
YUV154.87106.6263.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.67%
GREEN value IS 208 (81.64% from 255) = 53.33%
BLUE value IS 117 (46.09% from 255) = 30%
R=16.67%
G=53.33%
B=30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652081170.6900.440.18141.8260.3453.53
Hex41D0754502C128e3c36
Octal101320165105054222167466
Binary1000001110100001110101100010101011001001010001110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,208,117); }

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

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

 a { background-color: rgb(65,208,117); }

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

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

 span { border-color: rgb(65,208,117); }

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