Html Css Color HEX #3BC38F Shamrock

📋 copy color: '#3BC38F'

red 59 ◦ green 195 ◦ blue 143

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

Shades of Shamrock #3BC38F

Tints of Shamrock #3BC38F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 14.86%
G = 49.12%
B = 36.02%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#3BC38F (or 0x3BC38F) is known color: Shamrock. HEX triplet: 3B, C3 and 8F. RGB value is (59,195,143). Sum of RGB (Red+Green+Blue) = 59+195+143=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC38F is #C43C70. Grayscale: #949494. Windows color (decimal): -12860529 or 9421627. OLE color: 9421627.

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

Color convert

RGB 59 195 143 -
CMYK 0.70 0 0.27 0.24
HSL 157.06º 0.54% 0.5% -
HSV(B) 157.06º 0.7% 0.76% -
XYZ 26.28 41.94 32.7 -
YUV 148.41 124.94 64.23 -
System Red Green Blue C M Y K H S L
Decimal 59 195 143 0.70 0 0.27 0.24 157.06 0.54 0.5
Hex 3B C3 8F 46 0 1B 18 9D 36 32
Octal 73 303 217 106 0 33 30 235 66 62
Binary 111011 11000011 10001111 1000110 0 11011 11000 10011101 110110 110010

Color Harmonies of #3BC38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC38F

Black with #3BC38F

Text Example


Text Example

White with #3BC38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,195,143); }

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

background-color css

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

 a { background-color: rgb(59,195,143); }

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

border-color css

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

 span { border-color: rgb(59,195,143); }

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