#3DC490

Color #3DC490 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3DC490

Tints of Shamrock #3DC490

Color information

#3DC490 (or 0x3DC490) is unknown color: approx Shamrock. HEX triplet: 3D, C4 and 90. RGB value is (61,196,144). Sum of RGB (Red+Green+Blue) = 61+196+144=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC490 is #C23B6F. Grayscale: #959595. Windows color (decimal): -12729200 or 9487421. OLE color: 9487421.

HSL color Cylindrical-coordinate representation of color #3DC490: hue angle of 156.89º 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 #3DC490 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB61196144-
CMYK0.6900.270.23
HSL156.89º53.36%50.39%-
HSV(B)156.89º68.88%76.86%-
XYZ26.742.4933.18-
YUV149.71124.7764.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.21%
GREEN value IS 196 (76.95% from 255) = 48.88%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=15.21%
G=48.88%
B=35.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal611961440.6900.270.23156.8953.3650.39
Hex3DC4904501B179d3532
Octal75304220105033272356562
Binary111101110001001001000010001010110111011110011101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DC490;
 }
 .AnyTagClassName
 {
   color: #3DC490;
 }
</style>
background-color css

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

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

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

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

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

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