#049655

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

Shades of Shamrock Green #049655

Tints of Shamrock Green #049655

Color information

#049655 (or 0x049655) is unknown color: approx Shamrock Green. HEX triplet: 04, 96 and 55. RGB value is (4,150,85). Sum of RGB (Red+Green+Blue) = 4+150+85=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 150 (58.98% from 255 or 62.76% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 150 - color contains mainly: green. Hex color #049655 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049655 is #FB69AA. Grayscale: #636363. Windows color (decimal): -16476587 or 5608964. OLE color: 5608964.

HSL color Cylindrical-coordinate representation of color #049655: hue angle of 153.29º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049655 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB415085-
CMYK0.9700.430.41
HSL153.29º94.81%30.2%-
HSV(B)153.29º97.33%58.82%-
XYZ12.622.4912.27-
YUV98.94120.1360.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 150 (58.98% from 255) = 62.76%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=1.67%
G=62.76%
B=35.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4150850.9700.430.41153.2994.8130.2
Hex496556102B29995f1e
Octal42261251410535123113736
Binary1001001011010101011100001010101110100110011001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049655; }

 p { color: rgb(4,150,85); }

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

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

 a { background-color: rgb(4,150,85); }

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

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

 span { border-color: rgb(4,150,85); }

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