#04945F

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

Shades of Shamrock Green #04945F

Tints of Shamrock Green #04945F

Color information

#04945F (or 0x04945F) is unknown color: approx Shamrock Green. HEX triplet: 04, 94 and 5F. RGB value is (4,148,95). Sum of RGB (Red+Green+Blue) = 4+148+95=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #04945F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04945F is #FB6BA0. Grayscale: #626262. Windows color (decimal): -16477089 or 6263812. OLE color: 6263812.

HSL color Cylindrical-coordinate representation of color #04945F: hue angle of 157.92º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04945F is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB414895-
CMYK0.9700.360.42
HSL157.92º94.74%29.8%-
HSV(B)157.92º97.3%58.04%-
XYZ12.7122.0314.41-
YUV98.9125.7960.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.62%
GREEN value IS 148 (58.20% from 255) = 59.92%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=1.62%
G=59.92%
B=38.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4148950.9700.360.42157.9294.7429.8
Hex4945F610242A9e5f1e
Octal42241371410445223613736
Binary1001001010010111111100001010010010101010011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04945F; }

 p { color: rgb(4,148,95); }

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

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

 a { background-color: rgb(4,148,95); }

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

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

 span { border-color: rgb(4,148,95); }

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