#049F68

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

Shades of Shamrock Green #049F68

Tints of Shamrock Green #049F68

Color information

#049F68 (or 0x049F68) is unknown color: approx Shamrock Green. HEX triplet: 04, 9F and 68. RGB value is (4,159,104). Sum of RGB (Red+Green+Blue) = 4+159+104=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 159 (62.5% from 255 or 59.55% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 159 - color contains mainly: green. Hex color #049F68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049F68 is #FB6097. Grayscale: #6A6A6A. Windows color (decimal): -16474264 or 6856452. OLE color: 6856452.

HSL color Cylindrical-coordinate representation of color #049F68: hue angle of 158.71º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049F68 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB4159104-
CMYK0.9700.350.38
HSL158.71º95.09%31.96%-
HSV(B)158.71º97.48%62.35%-
XYZ14.9525.8217.29-
YUV106.38126.6554.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 159 (62.5% from 255) = 59.55%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=1.50%
G=59.55%
B=38.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41591040.9700.350.38158.7195.0931.96
Hex49F6861023269f5f20
Octal42371501410434623713740
Binary10010011111110100011000010100011100110100111111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049F68; }

 p { color: rgb(4,159,104); }

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

<style>
 a { background-color: #049F68; }

 a { background-color: rgb(4,159,104); }

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

<style>
 span { border-color: #049F68; }

 span { border-color: rgb(4,159,104); }

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