#039052

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

Shades of Shamrock Green #039052

Tints of Shamrock Green #039052

Color information

#039052 (or 0x039052) is unknown color: approx Shamrock Green. HEX triplet: 03, 90 and 52. RGB value is (3,144,82). Sum of RGB (Red+Green+Blue) = 3+144+82=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 144 (56.64% from 255 or 62.88% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 144 - color contains mainly: green. Hex color #039052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039052 is #FC6FAD. Grayscale: #5E5E5E. Windows color (decimal): -16543662 or 5410819. OLE color: 5410819.

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

Color convert

RGB314482-
CMYK0.9800.430.44
HSL153.62º95.92%28.82%-
HSV(B)153.62º97.92%56.47%-
XYZ11.5320.5811.35-
YUV94.77120.7962.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 144 (56.64% from 255) = 62.88%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=1.31%
G=62.88%
B=35.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3144820.9800.430.44153.6295.9228.82
Hex390526202B2C9a601d
Octal32201221420535423214035
Binary111001000010100101100010010101110110010011010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039052; }

 p { color: rgb(3,144,82); }

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

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

 a { background-color: rgb(3,144,82); }

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

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

 span { border-color: rgb(3,144,82); }

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