#039955

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

Shades of Shamrock Green #039955

Tints of Shamrock Green #039955

Color information

#039955 (or 0x039955) is unknown color: approx Shamrock Green. HEX triplet: 03, 99 and 55. RGB value is (3,153,85). Sum of RGB (Red+Green+Blue) = 3+153+85=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #039955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039955 is #FC66AA. Grayscale: #646464. Windows color (decimal): -16541355 or 5609731. OLE color: 5609731.

HSL color Cylindrical-coordinate representation of color #039955: hue angle of 152.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039955 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB315385-
CMYK0.9800.440.4
HSL152.8º96.15%30.59%-
HSV(B)152.8º98.04%60%-
XYZ13.0723.4612.43-
YUV100.4119.358.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 153 (60.16% from 255) = 63.49%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=1.24%
G=63.49%
B=35.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3153850.9800.440.4152.896.1530.59
Hex399556202C2899601f
Octal32311251420545023114037
Binary111001100110101011100010010110010100010011001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039955; }

 p { color: rgb(3,153,85); }

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

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

 a { background-color: rgb(3,153,85); }

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

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

 span { border-color: rgb(3,153,85); }

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