Html Css Color HEX #3BD288 Shamrock

📋 copy color: '#3BD288'

red 59 ◦ green 210 ◦ blue 136

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

Shades of Shamrock #3BD288

Tints of Shamrock #3BD288

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.85%

 BLUE value IS 136 (53.52% from 255) = 33.58%

R = 14.57%
G = 51.85%
B = 33.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#3BD288 (or 0x3BD288) is known color: Shamrock. HEX triplet: 3B, D2 and 88. RGB value is (59,210,136). Sum of RGB (Red+Green+Blue) = 59+210+136=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD288 is #C42D77. Grayscale: #9C9C9C. Windows color (decimal): -12856696 or 8966715. OLE color: 8966715.

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

Color convert

RGB 59 210 136 -
CMYK 0.72 0 0.35 0.18
HSL 150.6º 0.63% 0.53% -
HSV(B) 150.6º 0.72% 0.82% -
XYZ 29.29 48.8 31.17 -
YUV 156.42 116.47 58.52 -
System Red Green Blue C M Y K H S L
Decimal 59 210 136 0.72 0 0.35 0.18 150.6 0.63 0.53
Hex 3B D2 88 48 0 23 12 97 3F 35
Octal 73 322 210 110 0 43 22 227 77 65
Binary 111011 11010010 10001000 1001000 0 100011 10010 10010111 111111 110101

Color Harmonies of #3BD288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD288

Black with #3BD288

Text Example


Text Example

White with #3BD288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,210,136); }

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

background-color css

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

 a { background-color: rgb(59,210,136); }

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

border-color css

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

 span { border-color: rgb(59,210,136); }

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