Html Css Color HEX #3BC58D Shamrock

📋 copy color: '#3BC58D'

red 59 ◦ green 197 ◦ blue 141

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

Shades of Shamrock #3BC58D

Tints of Shamrock #3BC58D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.62%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 14.86%
G = 49.62%
B = 35.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#3BC58D (or 0x3BC58D) is known color: Shamrock. HEX triplet: 3B, C5 and 8D. RGB value is (59,197,141). Sum of RGB (Red+Green+Blue) = 59+197+141=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC58D is #C43A72. Grayscale: #959595. Windows color (decimal): -12860019 or 9291067. OLE color: 9291067.

HSL color Cylindrical-coordinate representation of color #3BC58D: hue angle of 155.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC58D is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 59 197 141 -
CMYK 0.70 0 0.28 0.23
HSL 155.65º 0.54% 0.5% -
HSV(B) 155.65º 0.7% 0.77% -
XYZ 26.58 42.79 32.06 -
YUV 149.35 123.28 63.55 -
System Red Green Blue C M Y K H S L
Decimal 59 197 141 0.70 0 0.28 0.23 155.65 0.54 0.5
Hex 3B C5 8D 46 0 1C 17 9C 36 32
Octal 73 305 215 106 0 34 27 234 66 62
Binary 111011 11000101 10001101 1000110 0 11100 10111 10011100 110110 110010

Color Harmonies of #3BC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC58D

Black with #3BC58D

Text Example


Text Example

White with #3BC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,197,141); }

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

background-color css

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

 a { background-color: rgb(59,197,141); }

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

border-color css

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

 span { border-color: rgb(59,197,141); }

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