Html Css Color HEX #058C56 Shamrock Green

📋 copy color: '#058C56'

red 5 ◦ green 140 ◦ blue 86

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

Shades of Shamrock Green #058C56

Tints of Shamrock Green #058C56

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

 GREEN value IS 140 (55.08% from 255) = 60.61%

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 2.16%
G = 60.61%
B = 37.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#058C56 (or 0x058C56) is known color: Shamrock Green. HEX triplet: 05, 8C and 56. RGB value is (5,140,86). Sum of RGB (Red+Green+Blue) = 5+140+86=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #058C56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C56 is #FA73A9. Grayscale: #5D5D5D. Windows color (decimal): -16413610 or 5671941. OLE color: 5671941.

HSL color Cylindrical-coordinate representation of color #058C56: hue angle of 156º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C56 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 140 86 -
CMYK 0.96 0 0.39 0.45
HSL 156º 0.93% 0.28% -
HSV(B) 156º 0.96% 0.55% -
XYZ 11.12 19.46 11.97 -
YUV 93.48 123.77 64.89 -
System Red Green Blue C M Y K H S L
Decimal 5 140 86 0.96 0 0.39 0.45 156 0.93 0.28
Hex 5 8C 56 60 0 27 2D 9C 5D 1C
Octal 5 214 126 140 0 47 55 234 135 34
Binary 101 10001100 1010110 1100000 0 100111 101101 10011100 1011101 11100

Color Harmonies of #058C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C56

Black with #058C56

Text Example


Text Example

White with #058C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058C56; }

 p { color: rgb(5,140,86); }

 H1.HeaderClassName
 {
   color: #058C56;
 }
 .AnyTagClassName
 {
   color: #058C56;
 }
</style>

background-color css

<style>
 a { background-color: #058C56; }

 a { background-color: rgb(5,140,86); }

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

border-color css

<style>
 span { border-color: #058C56; }

 span { border-color: rgb(5,140,86); }

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