#3AC389

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

Shades of Shamrock #3AC389

Tints of Shamrock #3AC389

Color information

#3AC389 (or 0x3AC389) is unknown color: approx Shamrock. HEX triplet: 3A, C3 and 89. RGB value is (58,195,137). Sum of RGB (Red+Green+Blue) = 58+195+137=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC389 is #C53C76. Grayscale: #939393. Windows color (decimal): -12926071 or 9028410. OLE color: 9028410.

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

Color convert

RGB58195137-
CMYK0.7000.300.24
HSL154.6º54.15%49.61%-
HSV(B)154.6º70.26%76.47%-
XYZ25.7841.7430.36-
YUV147.42122.1164.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.87%
GREEN value IS 195 (76.56% from 255) = 50%
BLUE value IS 137 (53.91% from 255) = 35.13%
R=14.87%
G=50%
B=35.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal581951370.7000.300.24154.654.1549.61
Hex3AC3894601E189b3632
Octal72303211106036302336662
Binary111010110000111000100110001100111101100010011011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,195,137); }

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

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

 a { background-color: rgb(58,195,137); }

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

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

 span { border-color: rgb(58,195,137); }

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