#05935F

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

Shades of Shamrock Green #05935F

Tints of Shamrock Green #05935F

Color information

#05935F (or 0x05935F) is unknown color: approx Shamrock Green. HEX triplet: 05, 93 and 5F. RGB value is (5,147,95). Sum of RGB (Red+Green+Blue) = 5+147+95=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #05935F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05935F is #FA6CA0. Grayscale: #626262. Windows color (decimal): -16411809 or 6263557. OLE color: 6263557.

HSL color Cylindrical-coordinate representation of color #05935F: hue angle of 158.03º degrees, saturation: 0.93, 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 #05935F is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB514795-
CMYK0.9700.350.42
HSL158.03º93.42%29.8%-
HSV(B)158.03º96.6%57.65%-
XYZ12.5621.7314.36-
YUV98.61125.9661.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 147 (57.81% from 255) = 59.51%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=2.02%
G=59.51%
B=38.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5147950.9700.350.42158.0393.4229.8
Hex5935F610232A9e5d1e
Octal52231371410435223613536
Binary1011001001110111111100001010001110101010011110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,147,95); }

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

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

 a { background-color: rgb(5,147,95); }

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

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

 span { border-color: rgb(5,147,95); }

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