#008B5B

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

Shades of Shamrock Green #008B5B

Tints of Shamrock Green #008B5B

Color information

#008B5B (or 0x008B5B) is unknown color: approx Shamrock Green. HEX triplet: 00, 8B and 5B. RGB value is (0,139,91). Sum of RGB (Red+Green+Blue) = 0+139+91=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 139 (54.69% from 255 or 60.43% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 139 - color contains mainly: green. Hex color #008B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B5B is #FF74A4. Grayscale: #5C5C5C. Windows color (decimal): -16741541 or 5999360. OLE color: 5999360.

HSL color Cylindrical-coordinate representation of color #008B5B: hue angle of 159.28º 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 #008B5B is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB013991-
CMYK100.350.45
HSL159.28º100%27.25%-
HSV(B)159.28º100%54.51%-
XYZ11.1219.2213.02-
YUV91.97127.4562.4-

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.43%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=0%
G=60.43%
B=39.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013991100.350.45159.2810027.25
Hex08B5B640232D9f641b
Octal02131331440435523714433
Binary01000101110110111100100010001110110110011111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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