#047668

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

Shades of Pine Green #047668

Tints of Pine Green #047668

Color information

#047668 (or 0x047668) is unknown color: approx Pine Green. HEX triplet: 04, 76 and 68. RGB value is (4,118,104). Sum of RGB (Red+Green+Blue) = 4+118+104=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #047668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047668 is #FB8997. Grayscale: #525252. Windows color (decimal): -16484760 or 6845956. OLE color: 6845956.

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

Color convert

RGB4118104-
CMYK0.9700.120.54
HSL172.63º93.44%23.92%-
HSV(B)172.63º96.61%46.27%-
XYZ9.0313.9815.32-
YUV82.32140.2372.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.77%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=1.77%
G=52.21%
B=46.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41181040.9700.120.54172.6393.4423.92
Hex47668610C36ad5d18
Octal41661501410146625513530
Binary1001110110110100011000010110011011010101101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047668; }

 p { color: rgb(4,118,104); }

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

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

 a { background-color: rgb(4,118,104); }

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

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

 span { border-color: rgb(4,118,104); }

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