#008B5C

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

Shades of Shamrock Green #008B5C

Tints of Shamrock Green #008B5C

Color information

#008B5C (or 0x008B5C) is unknown color: approx Shamrock Green. HEX triplet: 00, 8B and 5C. RGB value is (0,139,92). Sum of RGB (Red+Green+Blue) = 0+139+92=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #008B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B5C is #FF74A3. Grayscale: #5C5C5C. Windows color (decimal): -16741540 or 6064896. OLE color: 6064896.

HSL color Cylindrical-coordinate representation of color #008B5C: hue angle of 159.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B5C is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB013992-
CMYK100.340.45
HSL159.71º100%27.25%-
HSV(B)159.71º100%54.51%-
XYZ11.1619.2413.25-
YUV92.08127.9562.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 139 (54.69% from 255) = 60.17%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=0%
G=60.17%
B=39.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013992100.340.45159.7110027.25
Hex08B5C640222Da0641b
Octal02131341440425524014433
Binary01000101110111001100100010001010110110100000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008B5C; }

 p { color: rgb(0,139,92); }

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

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

 a { background-color: rgb(0,139,92); }

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

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

 span { border-color: rgb(0,139,92); }

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