Html Css Color HEX #057071 Pine Green

📋 copy color: '#057071'

red 5 ◦ green 112 ◦ blue 113

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

Shades of Pine Green #057071

Tints of Pine Green #057071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.7%

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

R = 2.17%
G = 48.7%
B = 49.13%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#057071 (or 0x057071) is known color: Pine Green. HEX triplet: 05, 70 and 71. RGB value is (5,112,113). Sum of RGB (Red+Green+Blue) = 5+112+113=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #057071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057071 is #FA8F8E. Grayscale: #505050. Windows color (decimal): -16420751 or 7434245. OLE color: 7434245.

HSL color Cylindrical-coordinate representation of color #057071: hue angle of 180.56º 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 #057071 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 113 -
CMYK 0.96 0.01 0 0.56
HSL 180.56º 0.92% 0.23% -
HSV(B) 180.56º 0.96% 0.44% -
XYZ 8.84 12.81 17.63 -
YUV 80.12 146.55 74.42 -
System Red Green Blue C M Y K H S L
Decimal 5 112 113 0.96 0.01 0 0.56 180.56 0.92 0.23
Hex 5 70 71 60 1 0 38 B5 5C 17
Octal 5 160 161 140 1 0 70 265 134 27
Binary 101 1110000 1110001 1100000 1 0 111000 10110101 1011100 10111

Color Harmonies of #057071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057071

Black with #057071

Text Example


Text Example

White with #057071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057071; }

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

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

background-color css

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

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

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

border-color css

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

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

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