Html Css Color HEX #3BC982 Emerald

📋 copy color: '#3BC982'

red 59 ◦ green 201 ◦ blue 130

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

Shades of Emerald #3BC982

Tints of Emerald #3BC982

RGB

 RED value IS 59 (23.44% from 255) = 15.13%

 GREEN value IS 201 (78.91% from 255) = 51.54%

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 15.13%
G = 51.54%
B = 33.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#3BC982 (or 0x3BC982) is known color: Emerald. HEX triplet: 3B, C9 and 82. RGB value is (59,201,130). Sum of RGB (Red+Green+Blue) = 59+201+130=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC982 is #C4367D. Grayscale: #969696. Windows color (decimal): -12859006 or 8571195. OLE color: 8571195.

HSL color Cylindrical-coordinate representation of color #3BC982: hue angle of 150º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC982 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 201 130 -
CMYK 0.71 0 0.35 0.21
HSL 150º 0.57% 0.51% -
HSV(B) 150º 0.71% 0.79% -
XYZ 26.72 44.31 28.26 -
YUV 150.45 116.46 62.77 -
System Red Green Blue C M Y K H S L
Decimal 59 201 130 0.71 0 0.35 0.21 150 0.57 0.51
Hex 3B C9 82 47 0 23 15 96 39 33
Octal 73 311 202 107 0 43 25 226 71 63
Binary 111011 11001001 10000010 1000111 0 100011 10101 10010110 111001 110011

Color Harmonies of #3BC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC982

Black with #3BC982

Text Example


Text Example

White with #3BC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BC982; }

 p { color: rgb(59,201,130); }

 H1.HeaderClassName
 {
   color: #3BC982;
 }
 .AnyTagClassName
 {
   color: #3BC982;
 }
</style>

background-color css

<style>
 a { background-color: #3BC982; }

 a { background-color: rgb(59,201,130); }

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

border-color css

<style>
 span { border-color: #3BC982; }

 span { border-color: rgb(59,201,130); }

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