Html Css Color HEX #057773 Pine Green

📋 copy color: '#057773'

red 5 ◦ green 119 ◦ blue 115

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

Shades of Pine Green #057773

Tints of Pine Green #057773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.79%

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

R = 2.09%
G = 49.79%
B = 48.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#057773 (or 0x057773) is known color: Pine Green. HEX triplet: 05, 77 and 73. RGB value is (5,119,115). Sum of RGB (Red+Green+Blue) = 5+119+115=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #057773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057773 is #FA888C. Grayscale: #545454. Windows color (decimal): -16418957 or 7567109. OLE color: 7567109.

HSL color Cylindrical-coordinate representation of color #057773: hue angle of 177.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057773 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 115 -
CMYK 0.96 0 0.03 0.53
HSL 177.89º 0.92% 0.24% -
HSV(B) 177.89º 0.96% 0.47% -
XYZ 9.75 14.46 18.5 -
YUV 84.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 5 119 115 0.96 0 0.03 0.53 177.89 0.92 0.24
Hex 5 77 73 60 0 3 35 B2 5C 18
Octal 5 167 163 140 0 3 65 262 134 30
Binary 101 1110111 1110011 1100000 0 11 110101 10110010 1011100 11000

Color Harmonies of #057773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057773

Black with #057773

Text Example


Text Example

White with #057773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057773; }

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

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

background-color css

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

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

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

border-color css

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

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

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