Html Css Color HEX #058F4D Pigment Green

📋 copy color: '#058F4D'

red 5 ◦ green 143 ◦ blue 77

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

Shades of Pigment Green #058F4D

Tints of Pigment Green #058F4D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 63.56%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 2.22%
G = 63.56%
B = 34.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#058F4D (or 0x058F4D) is known color: Pigment Green. HEX triplet: 05, 8F and 4D. RGB value is (5,143,77). Sum of RGB (Red+Green+Blue) = 5+143+77=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 143 (56.25% from 255 or 63.56% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 143 - color contains mainly: green. Hex color #058F4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F4D is #FA70B2. Grayscale: #5E5E5E. Windows color (decimal): -16412851 or 5082885. OLE color: 5082885.

HSL color Cylindrical-coordinate representation of color #058F4D: hue angle of 151.3º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F4D is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 143 77 -
CMYK 0.97 0 0.46 0.44
HSL 151.3º 0.93% 0.29% -
HSV(B) 151.3º 0.97% 0.56% -
XYZ 11.22 20.21 10.33 -
YUV 94.21 118.28 64.37 -
System Red Green Blue C M Y K H S L
Decimal 5 143 77 0.97 0 0.46 0.44 151.3 0.93 0.29
Hex 5 8F 4D 61 0 2E 2C 97 5D 1D
Octal 5 217 115 141 0 56 54 227 135 35
Binary 101 10001111 1001101 1100001 0 101110 101100 10010111 1011101 11101

Color Harmonies of #058F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F4D

Black with #058F4D

Text Example


Text Example

White with #058F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,143,77); }

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

background-color css

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

 a { background-color: rgb(5,143,77); }

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

border-color css

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

 span { border-color: rgb(5,143,77); }

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