#049864

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

Shades of Shamrock Green #049864

Tints of Shamrock Green #049864

Color information

#049864 (or 0x049864) is unknown color: approx Shamrock Green. HEX triplet: 04, 98 and 64. RGB value is (4,152,100). Sum of RGB (Red+Green+Blue) = 4+152+100=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 152 (59.77% from 255 or 59.38% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 152 - color contains mainly: green. Hex color #049864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049864 is #FB679B. Grayscale: #656565. Windows color (decimal): -16476060 or 6592516. OLE color: 6592516.

HSL color Cylindrical-coordinate representation of color #049864: hue angle of 158.92º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049864 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB4152100-
CMYK0.9700.340.40
HSL158.92º94.87%30.59%-
HSV(B)158.92º97.37%59.61%-
XYZ13.5823.415.86-
YUV101.82126.9758.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 152 (59.77% from 255) = 59.38%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=1.56%
G=59.38%
B=39.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41521000.9700.340.40158.9294.8730.59
Hex4986461022289f5f1f
Octal42301441410425023713737
Binary1001001100011001001100001010001010100010011111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049864; }

 p { color: rgb(4,152,100); }

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

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

 a { background-color: rgb(4,152,100); }

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

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

 span { border-color: rgb(4,152,100); }

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