Html Css Color HEX #3BD360 Emerald

📋 copy color: '#3BD360'

red 59 ◦ green 211 ◦ blue 96

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

Shades of Emerald #3BD360

Tints of Emerald #3BD360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.65%

 BLUE value IS 96 (37.89% from 255) = 26.23%

R = 16.12%
G = 57.65%
B = 26.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#3BD360 (or 0x3BD360) is known color: Emerald. HEX triplet: 3B, D3 and 60. RGB value is (59,211,96). Sum of RGB (Red+Green+Blue) = 59+211+96=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 211 (82.81% from 255 or 57.65% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD360 is #C42C9F. Grayscale: #989898. Windows color (decimal): -12856480 or 6345531. OLE color: 6345531.

HSL color Cylindrical-coordinate representation of color #3BD360: hue angle of 134.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD360 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 59 211 96 -
CMYK 0.72 0 0.55 0.17
HSL 134.61º 0.63% 0.53% -
HSV(B) 134.61º 0.72% 0.83% -
XYZ 27.21 48.36 18.97 -
YUV 152.44 96.14 61.35 -
System Red Green Blue C M Y K H S L
Decimal 59 211 96 0.72 0 0.55 0.17 134.61 0.63 0.53
Hex 3B D3 60 48 0 37 11 87 3F 35
Octal 73 323 140 110 0 67 21 207 77 65
Binary 111011 11010011 1100000 1001000 0 110111 10001 10000111 111111 110101

Color Harmonies of #3BD360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD360

Black with #3BD360

Text Example


Text Example

White with #3BD360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,211,96); }

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

background-color css

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

 a { background-color: rgb(59,211,96); }

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

border-color css

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

 span { border-color: rgb(59,211,96); }

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