Html Css Color HEX #058373 Pine Green

📋 copy color: '#058373'

red 5 ◦ green 131 ◦ blue 115

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

Shades of Pine Green #058373

Tints of Pine Green #058373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.19%

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 1.99%
G = 52.19%
B = 45.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#058373 (or 0x058373) is known color: Pine Green. HEX triplet: 05, 83 and 73. RGB value is (5,131,115). Sum of RGB (Red+Green+Blue) = 5+131+115=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #058373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058373 is #FA7C8C. Grayscale: #5B5B5B. Windows color (decimal): -16415885 or 7570181. OLE color: 7570181.

HSL color Cylindrical-coordinate representation of color #058373: hue angle of 172.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058373 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 131 115 -
CMYK 0.96 0 0.12 0.49
HSL 172.38º 0.93% 0.27% -
HSV(B) 172.38º 0.96% 0.51% -
XYZ 11.27 17.5 19 -
YUV 91.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 5 131 115 0.96 0 0.12 0.49 172.38 0.93 0.27
Hex 5 83 73 60 0 C 31 AC 5D 1B
Octal 5 203 163 140 0 14 61 254 135 33
Binary 101 10000011 1110011 1100000 0 1100 110001 10101100 1011101 11011

Color Harmonies of #058373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058373

Black with #058373

Text Example


Text Example

White with #058373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058373; }

 p { color: rgb(5,131,115); }

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

background-color css

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

 a { background-color: rgb(5,131,115); }

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

border-color css

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

 span { border-color: rgb(5,131,115); }

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