Html Css Color HEX #41C384 Emerald

📋 copy color: '#41C384'

red 65 ◦ green 195 ◦ blue 132

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

Shades of Emerald #41C384

Tints of Emerald #41C384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.67%

R = 16.58%
G = 49.74%
B = 33.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#41C384 (or 0x41C384) is known color: Emerald. HEX triplet: 41, C3 and 84. RGB value is (65,195,132). Sum of RGB (Red+Green+Blue) = 65+195+132=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #41C384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C384 is #BE3C7B. Grayscale: #959595. Windows color (decimal): -12467324 or 8700737. OLE color: 8700737.

HSL color Cylindrical-coordinate representation of color #41C384: hue angle of 150.92º 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 #41C384 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 195 132 -
CMYK 0.67 0 0.32 0.24
HSL 150.92º 0.52% 0.51% -
HSV(B) 150.92º 0.67% 0.76% -
XYZ 25.86 41.82 28.54 -
YUV 148.95 118.43 68.12 -
System Red Green Blue C M Y K H S L
Decimal 65 195 132 0.67 0 0.32 0.24 150.92 0.52 0.51
Hex 41 C3 84 43 0 20 18 97 34 33
Octal 101 303 204 103 0 40 30 227 64 63
Binary 1000001 11000011 10000100 1000011 0 100000 11000 10010111 110100 110011

Color Harmonies of #41C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C384

Black with #41C384

Text Example


Text Example

White with #41C384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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