Html Css Color HEX #008B55 Shamrock Green

📋 copy color: '#008B55'

red 0 ◦ green 139 ◦ blue 85

#008B55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #008B55

Tints of Shamrock Green #008B55

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 139 (54.69% from 255) = 62.05%

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 0%
G = 62.05%
B = 37.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#008B55 (or 0x008B55) is known color: Shamrock Green. HEX triplet: 00, 8B and 55. RGB value is (0,139,85). Sum of RGB (Red+Green+Blue) = 0+139+85=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 139 (54.69% from 255 or 62.05% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 139 - color contains mainly: green. Hex color #008B55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B55 is #FF74AA. Grayscale: #5B5B5B. Windows color (decimal): -16741547 or 5606144. OLE color: 5606144.

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

Color convert

RGB 0 139 85 -
CMYK 1 0 0.39 0.45
HSL 156.69º 1% 0.27% -
HSV(B) 156.69º 1% 0.55% -
XYZ 10.87 19.12 11.71 -
YUV 91.28 124.45 62.89 -
System Red Green Blue C M Y K H S L
Decimal 0 139 85 1 0 0.39 0.45 156.69 1 0.27
Hex 0 8B 55 64 0 27 2D 9D 64 1B
Octal 0 213 125 144 0 47 55 235 144 33
Binary 0 10001011 1010101 1100100 0 100111 101101 10011101 1100100 11011

Color Harmonies of #008B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B55

Black with #008B55

Text Example


Text Example

White with #008B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #008B55;
 }
 .AnyTagClassName
 {
   color: #008B55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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