Html Css Color HEX #3BD393 Shamrock

📋 copy color: '#3BD393'

red 59 ◦ green 211 ◦ blue 147

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

Shades of Shamrock #3BD393

Tints of Shamrock #3BD393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 14.15%
G = 50.6%
B = 35.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#3BD393 (or 0x3BD393) is known color: Shamrock. HEX triplet: 3B, D3 and 93. RGB value is (59,211,147). Sum of RGB (Red+Green+Blue) = 59+211+147=417 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.15% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD393 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD393 is #C42C6C. Grayscale: #9E9E9E. Windows color (decimal): -12856429 or 9687867. OLE color: 9687867.

HSL color Cylindrical-coordinate representation of color #3BD393: hue angle of 154.74º 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 #3BD393 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 59 211 147 -
CMYK 0.72 0 0.30 0.17
HSL 154.74º 0.63% 0.53% -
HSV(B) 154.74º 0.72% 0.83% -
XYZ 30.36 49.62 35.58 -
YUV 158.26 121.64 57.2 -
System Red Green Blue C M Y K H S L
Decimal 59 211 147 0.72 0 0.30 0.17 154.74 0.63 0.53
Hex 3B D3 93 48 0 1E 11 9B 3F 35
Octal 73 323 223 110 0 36 21 233 77 65
Binary 111011 11010011 10010011 1001000 0 11110 10001 10011011 111111 110101

Color Harmonies of #3BD393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD393

Black with #3BD393

Text Example


Text Example

White with #3BD393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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