Html Css Color HEX #057C73 Pine Green

📋 copy color: '#057C73'

red 5 ◦ green 124 ◦ blue 115

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

Shades of Pine Green #057C73

Tints of Pine Green #057C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.82%

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

R = 2.05%
G = 50.82%
B = 47.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#057C73 (or 0x057C73) is known color: Pine Green. HEX triplet: 05, 7C and 73. RGB value is (5,124,115). Sum of RGB (Red+Green+Blue) = 5+124+115=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #057C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C73 is #FA838C. Grayscale: #575757. Windows color (decimal): -16417677 or 7568389. OLE color: 7568389.

HSL color Cylindrical-coordinate representation of color #057C73: hue angle of 175.46º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C73 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 124 115 -
CMYK 0.96 0 0.07 0.51
HSL 175.46º 0.92% 0.25% -
HSV(B) 175.46º 0.96% 0.49% -
XYZ 10.36 15.69 18.7 -
YUV 87.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 5 124 115 0.96 0 0.07 0.51 175.46 0.92 0.25
Hex 5 7C 73 60 0 7 33 AF 5C 19
Octal 5 174 163 140 0 7 63 257 134 31
Binary 101 1111100 1110011 1100000 0 111 110011 10101111 1011100 11001

Color Harmonies of #057C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C73

Black with #057C73

Text Example


Text Example

White with #057C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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