Html Css Color HEX #047772 Pine Green

📋 copy color: '#047772'

red 4 ◦ green 119 ◦ blue 114

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

Shades of Pine Green #047772

Tints of Pine Green #047772

RGB

 RED value IS 4 (1.95% from 255) = 1.69%

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

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

R = 1.69%
G = 50.21%
B = 48.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#047772 (or 0x047772) is known color: Pine Green. HEX triplet: 04, 77 and 72. RGB value is (4,119,114). Sum of RGB (Red+Green+Blue) = 4+119+114=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #047772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047772 is #FB888D. Grayscale: #535353. Windows color (decimal): -16484494 or 7501572. OLE color: 7501572.

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

Color convert

RGB 4 119 114 -
CMYK 0.97 0 0.04 0.53
HSL 177.39º 0.93% 0.24% -
HSV(B) 177.39º 0.97% 0.47% -
XYZ 9.68 14.43 18.2 -
YUV 84.05 144.9 70.91 -
System Red Green Blue C M Y K H S L
Decimal 4 119 114 0.97 0 0.04 0.53 177.39 0.93 0.24
Hex 4 77 72 61 0 4 35 B1 5D 18
Octal 4 167 162 141 0 4 65 261 135 30
Binary 100 1110111 1110010 1100001 0 100 110101 10110001 1011101 11000

Color Harmonies of #047772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047772

Black with #047772

Text Example


Text Example

White with #047772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047772; }

 p { color: rgb(4,119,114); }

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

background-color css

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

 a { background-color: rgb(4,119,114); }

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

border-color css

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

 span { border-color: rgb(4,119,114); }

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