#3AC492

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

Shades of Shamrock #3AC492

Tints of Shamrock #3AC492

Color information

#3AC492 (or 0x3AC492) is unknown color: approx Shamrock. HEX triplet: 3A, C4 and 92. RGB value is (58,196,146). Sum of RGB (Red+Green+Blue) = 58+196+146=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC492 is #C53B6D. Grayscale: #959595. Windows color (decimal): -12925806 or 9618490. OLE color: 9618490.

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

Color convert

RGB58196146-
CMYK0.7000.260.23
HSL158.26º54.33%49.8%-
HSV(B)158.26º70.41%76.86%-
XYZ26.6742.4533.98-
YUV149.04126.2863.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.5%
GREEN value IS 196 (76.95% from 255) = 49%
BLUE value IS 146 (57.42% from 255) = 36.5%
R=14.5%
G=49%
B=36.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal581961460.7000.260.23158.2654.3349.8
Hex3AC4924601A179e3632
Octal72304222106032272366662
Binary111010110001001001001010001100110101011110011110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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