#3AC485

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

Shades of Shamrock #3AC485

Tints of Shamrock #3AC485

Color information

#3AC485 (or 0x3AC485) is unknown color: approx Shamrock. HEX triplet: 3A, C4 and 85. RGB value is (58,196,133). Sum of RGB (Red+Green+Blue) = 58+196+133=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC485 is #C53B7A. Grayscale: #939393. Windows color (decimal): -12925819 or 8766522. OLE color: 8766522.

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

Color convert

RGB58196133-
CMYK0.7000.320.23
HSL152.61º54.33%49.8%-
HSV(B)152.61º70.41%76.86%-
XYZ25.7242.0728.96-
YUV147.56119.7864.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.99%
GREEN value IS 196 (76.95% from 255) = 50.65%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=14.99%
G=50.65%
B=34.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal581961330.7000.320.23152.6154.3349.8
Hex3AC4854602017993632
Octal72304205106040272316662
Binary1110101100010010000101100011001000001011110011001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,196,133); }

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

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

 a { background-color: rgb(58,196,133); }

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

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

 span { border-color: rgb(58,196,133); }

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