#3BD969

Color #3BD969 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3BD969

Tints of Emerald #3BD969

Color information

#3BD969 (or 0x3BD969) is unknown color: approx Emerald. HEX triplet: 3B, D9 and 69. RGB value is (59,217,105). Sum of RGB (Red+Green+Blue) = 59+217+105=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD969 is #C42696. Grayscale: #9D9D9D. Windows color (decimal): -12854935 or 6936891. OLE color: 6936891.

HSL color Cylindrical-coordinate representation of color #3BD969: hue angle of 137.47º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD969 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB59217105-
CMYK0.7300.520.15
HSL137.47º67.52%54.12%-
HSV(B)137.47º72.81%85.1%-
XYZ29.1751.5821.78-
YUV156.9998.6558.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.49%
GREEN value IS 217 (85.16% from 255) = 56.96%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=15.49%
G=56.96%
B=27.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal592171050.7300.520.15137.4767.5254.12
Hex3BD96949034F894436
Octal733311511110641721110466
Binary111011110110011101001100100101101001111100010011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,217,105); }

 H1.HeaderClassName
 {
   color: #3BD969;
 }
 .AnyTagClassName
 {
   color: #3BD969;
 }
</style>
background-color css

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

 a { background-color: rgb(59,217,105); }

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

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

 span { border-color: rgb(59,217,105); }

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