Html Css Color HEX #3DC493 Shamrock

📋 copy color: '#3DC493'

red 61 ◦ green 196 ◦ blue 147

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

Shades of Shamrock #3DC493

Tints of Shamrock #3DC493

RGB

 RED value IS 61 (24.22% from 255) = 15.1%

 GREEN value IS 196 (76.95% from 255) = 48.51%

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

R = 15.1%
G = 48.51%
B = 36.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#3DC493 (or 0x3DC493) is known color: Shamrock. HEX triplet: 3D, C4 and 93. RGB value is (61,196,147). Sum of RGB (Red+Green+Blue) = 61+196+147=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC493 is #C23B6C. Grayscale: #969696. Windows color (decimal): -12729197 or 9684029. OLE color: 9684029.

HSL color Cylindrical-coordinate representation of color #3DC493: hue angle of 158.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC493 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 61 196 147 -
CMYK 0.69 0 0.25 0.23
HSL 158.22º 0.53% 0.5% -
HSV(B) 158.22º 0.69% 0.77% -
XYZ 26.93 42.58 34.4 -
YUV 150.05 126.27 64.48 -
System Red Green Blue C M Y K H S L
Decimal 61 196 147 0.69 0 0.25 0.23 158.22 0.53 0.5
Hex 3D C4 93 45 0 19 17 9E 35 32
Octal 75 304 223 105 0 31 27 236 65 62
Binary 111101 11000100 10010011 1000101 0 11001 10111 10011110 110101 110010

Color Harmonies of #3DC493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC493

Black with #3DC493

Text Example


Text Example

White with #3DC493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,196,147); }

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

background-color css

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

 a { background-color: rgb(61,196,147); }

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

border-color css

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

 span { border-color: rgb(61,196,147); }

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