Html Css Color HEX #058474 Pine Green

📋 copy color: '#058474'

red 5 ◦ green 132 ◦ blue 116

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

Shades of Pine Green #058474

Tints of Pine Green #058474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.17%

 BLUE value IS 116 (45.7% from 255) = 45.85%

R = 1.98%
G = 52.17%
B = 45.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#058474 (or 0x058474) is known color: Pine Green. HEX triplet: 05, 84 and 74. RGB value is (5,132,116). Sum of RGB (Red+Green+Blue) = 5+132+116=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #058474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058474 is #FA7B8B. Grayscale: #5C5C5C. Windows color (decimal): -16415628 or 7635973. OLE color: 7635973.

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

Color convert

RGB 5 132 116 -
CMYK 0.96 0 0.12 0.48
HSL 172.44º 0.93% 0.27% -
HSV(B) 172.44º 0.96% 0.52% -
XYZ 11.47 17.8 19.35 -
YUV 92.2 141.42 65.8 -
System Red Green Blue C M Y K H S L
Decimal 5 132 116 0.96 0 0.12 0.48 172.44 0.93 0.27
Hex 5 84 74 60 0 C 30 AC 5D 1B
Octal 5 204 164 140 0 14 60 254 135 33
Binary 101 10000100 1110100 1100000 0 1100 110000 10101100 1011101 11011

Color Harmonies of #058474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058474

Black with #058474

Text Example


Text Example

White with #058474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058474; }

 p { color: rgb(5,132,116); }

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

background-color css

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

 a { background-color: rgb(5,132,116); }

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

border-color css

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

 span { border-color: rgb(5,132,116); }

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