#049C5C

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

Shades of Shamrock Green #049C5C

Tints of Shamrock Green #049C5C

Color information

#049C5C (or 0x049C5C) is unknown color: approx Shamrock Green. HEX triplet: 04, 9C and 5C. RGB value is (4,156,92). Sum of RGB (Red+Green+Blue) = 4+156+92=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 156 (61.33% from 255 or 61.90% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 156 - color contains mainly: green. Hex color #049C5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049C5C is #FB63A3. Grayscale: #676767. Windows color (decimal): -16475044 or 6069252. OLE color: 6069252.

HSL color Cylindrical-coordinate representation of color #049C5C: hue angle of 154.74º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049C5C is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB415692-
CMYK0.9700.410.39
HSL154.74º95%31.37%-
HSV(B)154.74º97.44%61.18%-
XYZ13.8724.5814.14-
YUV103.26121.6457.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 156 (61.33% from 255) = 61.90%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=1.59%
G=61.90%
B=36.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4156920.9700.410.39154.749531.37
Hex49C5C61029279b5f1f
Octal42341341410514723313737
Binary1001001110010111001100001010100110011110011011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,156,92); }

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

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

 a { background-color: rgb(4,156,92); }

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

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

 span { border-color: rgb(4,156,92); }

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