Html Css Color HEX #3BD06B Emerald

📋 copy color: '#3BD06B'

red 59 ◦ green 208 ◦ blue 107

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

Shades of Emerald #3BD06B

Tints of Emerald #3BD06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.61%

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 15.78%
G = 55.61%
B = 28.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#3BD06B (or 0x3BD06B) is known color: Emerald. HEX triplet: 3B, D0 and 6B. RGB value is (59,208,107). Sum of RGB (Red+Green+Blue) = 59+208+107=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD06B is #C42F94. Grayscale: #989898. Windows color (decimal): -12857237 or 7065659. OLE color: 7065659.

HSL color Cylindrical-coordinate representation of color #3BD06B: hue angle of 139.33º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD06B is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 208 107 -
CMYK 0.72 0 0.49 0.18
HSL 139.33º 0.61% 0.52% -
HSV(B) 139.33º 0.72% 0.82% -
XYZ 27.01 47.1 21.58 -
YUV 151.94 102.64 61.71 -
System Red Green Blue C M Y K H S L
Decimal 59 208 107 0.72 0 0.49 0.18 139.33 0.61 0.52
Hex 3B D0 6B 48 0 31 12 8B 3D 34
Octal 73 320 153 110 0 61 22 213 75 64
Binary 111011 11010000 1101011 1001000 0 110001 10010 10001011 111101 110100

Color Harmonies of #3BD06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD06B

Black with #3BD06B

Text Example


Text Example

White with #3BD06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,208,107); }

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

background-color css

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

 a { background-color: rgb(59,208,107); }

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

border-color css

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

 span { border-color: rgb(59,208,107); }

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