Html Css Color HEX #057171 Pine Green

📋 copy color: '#057171'

red 5 ◦ green 113 ◦ blue 113

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

Shades of Pine Green #057171

Tints of Pine Green #057171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 2.16%
G = 48.92%
B = 48.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#057171 (or 0x057171) is known color: Pine Green. HEX triplet: 05, 71 and 71. RGB value is (5,113,113). Sum of RGB (Red+Green+Blue) = 5+113+113=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #057171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057171 is #FA8E8E. Grayscale: #505050. Windows color (decimal): -16420495 or 7434501. OLE color: 7434501.

HSL color Cylindrical-coordinate representation of color #057171: hue angle of 180º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057171 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 113 -
CMYK 0.96 0 0 0.56
HSL 180º 0.92% 0.23% -
HSV(B) 180º 0.96% 0.44% -
XYZ 8.95 13.03 17.67 -
YUV 80.71 146.22 74 -
System Red Green Blue C M Y K H S L
Decimal 5 113 113 0.96 0 0 0.56 180 0.92 0.23
Hex 5 71 71 60 0 0 38 B4 5C 17
Octal 5 161 161 140 0 0 70 264 134 27
Binary 101 1110001 1110001 1100000 0 0 111000 10110100 1011100 10111

Color Harmonies of #057171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057171

Black with #057171

Text Example


Text Example

White with #057171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057171; }

 p { color: rgb(5,113,113); }

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

background-color css

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

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

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

border-color css

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

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

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