#047472

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

Shades of Pine Green #047472

Tints of Pine Green #047472

Color information

#047472 (or 0x047472) is unknown color: approx Pine Green. HEX triplet: 04, 74 and 72. RGB value is (4,116,114). Sum of RGB (Red+Green+Blue) = 4+116+114=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #047472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047472 is #FB8B8D. Grayscale: #525252. Windows color (decimal): -16485262 or 7500804. OLE color: 7500804.

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

Color convert

RGB4116114-
CMYK0.9700.020.55
HSL178.93º93.33%23.53%-
HSV(B)178.93º96.55%45.49%-
XYZ9.3313.7318.08-
YUV82.28145.8972.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.71%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=1.71%
G=49.57%
B=48.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41161140.9700.020.55178.9393.3323.53
Hex47472610237b35d18
Octal4164162141026726313530
Binary10011101001110010110000101011011110110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047472; }

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

 H1.HeaderClassName
 {
   color: #047472;
 }
 .AnyTagClassName
 {
   color: #047472;
 }
</style>
background-color css

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

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

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

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

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

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