Html Css Color HEX #057169 Pine Green

📋 copy color: '#057169'

red 5 ◦ green 113 ◦ blue 105

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

Shades of Pine Green #057169

Tints of Pine Green #057169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 2.24%
G = 50.67%
B = 47.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#057169 (or 0x057169) is known color: Pine Green. HEX triplet: 05, 71 and 69. RGB value is (5,113,105). Sum of RGB (Red+Green+Blue) = 5+113+105=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #057169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057169 is #FA8E96. Grayscale: #4F4F4F. Windows color (decimal): -16420503 or 6910213. OLE color: 6910213.

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

Color convert

RGB 5 113 105 -
CMYK 0.96 0 0.07 0.56
HSL 175.56º 0.92% 0.23% -
HSV(B) 175.56º 0.96% 0.44% -
XYZ 8.52 12.86 15.4 -
YUV 79.8 142.22 74.65 -
System Red Green Blue C M Y K H S L
Decimal 5 113 105 0.96 0 0.07 0.56 175.56 0.92 0.23
Hex 5 71 69 60 0 7 38 B0 5C 17
Octal 5 161 151 140 0 7 70 260 134 27
Binary 101 1110001 1101001 1100000 0 111 111000 10110000 1011100 10111

Color Harmonies of #057169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057169

Black with #057169

Text Example


Text Example

White with #057169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057169; }

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

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

background-color css

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

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

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

border-color css

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

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

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