Html Css Color HEX #057472 Pine Green

📋 copy color: '#057472'

red 5 ◦ green 116 ◦ blue 114

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

Shades of Pine Green #057472

Tints of Pine Green #057472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.36%

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 2.13%
G = 49.36%
B = 48.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#057472 (or 0x057472) is known color: Pine Green. HEX triplet: 05, 74 and 72. RGB value is (5,116,114). Sum of RGB (Red+Green+Blue) = 5+116+114=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #057472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057472 is #FA8B8D. Grayscale: #525252. Windows color (decimal): -16419726 or 7500805. OLE color: 7500805.

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

Color convert

RGB 5 116 114 -
CMYK 0.96 0 0.02 0.55
HSL 178.92º 0.92% 0.24% -
HSV(B) 178.92º 0.96% 0.45% -
XYZ 9.35 13.74 18.08 -
YUV 82.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 5 116 114 0.96 0 0.02 0.55 178.92 0.92 0.24
Hex 5 74 72 60 0 2 37 B3 5C 18
Octal 5 164 162 140 0 2 67 263 134 30
Binary 101 1110100 1110010 1100000 0 10 110111 10110011 1011100 11000

Color Harmonies of #057472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057472

Black with #057472

Text Example


Text Example

White with #057472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057472; }

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

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

background-color css

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

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

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

border-color css

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

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

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