#047772

Color #047772 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #047772

Tints of Pine Green #047772

Color information

#047772 (or 0x047772) is unknown color: approx 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

RGB4119114-
CMYK0.9700.040.53
HSL177.39º93.5%24.12%-
HSV(B)177.39º96.64%46.67%-
XYZ9.6814.4318.2-
YUV84.04144.970.91-

RGB Variations

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

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.10%
R=1.69%
G=50.21%
B=48.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41191140.9700.040.53177.3993.524.12
Hex47772610435b15d18
Octal4167162141046526113530
Binary100111011111100101100001010011010110110001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>