#04706D

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

Shades of Pine Green #04706D

Tints of Pine Green #04706D

Color information

#04706D (or 0x04706D) is unknown color: approx Pine Green. HEX triplet: 04, 70 and 6D. RGB value is (4,112,109). Sum of RGB (Red+Green+Blue) = 4+112+109=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #04706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04706D is #FB8F92. Grayscale: #4F4F4F. Windows color (decimal): -16486291 or 7172100. OLE color: 7172100.

HSL color Cylindrical-coordinate representation of color #04706D: hue angle of 178.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04706D is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB4112109-
CMYK0.9600.030.56
HSL178.33º93.1%22.75%-
HSV(B)178.33º96.43%43.92%-
XYZ8.612.7216.47-
YUV79.37144.7274.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=1.78%
G=49.78%
B=48.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41121090.9600.030.56178.3393.122.75
Hex4706D600338b25d17
Octal4160155140037026213527
Binary10011100001101101110000001111100010110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04706D; }

 p { color: rgb(4,112,109); }

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

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

 a { background-color: rgb(4,112,109); }

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

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

 span { border-color: rgb(4,112,109); }

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