Html Css Color HEX #41C376 Emerald

📋 copy color: '#41C376'

red 65 ◦ green 195 ◦ blue 118

#41C376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #41C376

Tints of Emerald #41C376

RGB

 RED value IS 65 (25.78% from 255) = 17.2%

 GREEN value IS 195 (76.56% from 255) = 51.59%

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 17.2%
G = 51.59%
B = 31.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#41C376 (or 0x41C376) is known color: Emerald. HEX triplet: 41, C3 and 76. RGB value is (65,195,118). Sum of RGB (Red+Green+Blue) = 65+195+118=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #41C376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C376 is #BE3C89. Grayscale: #939393. Windows color (decimal): -12467338 or 7783233. OLE color: 7783233.

HSL color Cylindrical-coordinate representation of color #41C376: hue angle of 144.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C376 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 195 118 -
CMYK 0.67 0 0.39 0.24
HSL 144.46º 0.52% 0.51% -
HSV(B) 144.46º 0.67% 0.76% -
XYZ 24.97 41.46 23.83 -
YUV 147.35 111.43 69.26 -
System Red Green Blue C M Y K H S L
Decimal 65 195 118 0.67 0 0.39 0.24 144.46 0.52 0.51
Hex 41 C3 76 43 0 27 18 90 34 33
Octal 101 303 166 103 0 47 30 220 64 63
Binary 1000001 11000011 1110110 1000011 0 100111 11000 10010000 110100 110011

Color Harmonies of #41C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C376

Black with #41C376

Text Example


Text Example

White with #41C376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,195,118); }

 H1.HeaderClassName
 {
   color: #41C376;
 }
 .AnyTagClassName
 {
   color: #41C376;
 }
</style>

background-color css

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

 a { background-color: rgb(65,195,118); }

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

border-color css

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

 span { border-color: rgb(65,195,118); }

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