#047166

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

Shades of Pine Green #047166

Tints of Pine Green #047166

Color information

#047166 (or 0x047166) is unknown color: approx Pine Green. HEX triplet: 04, 71 and 66. RGB value is (4,113,102). Sum of RGB (Red+Green+Blue) = 4+113+102=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #047166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047166 is #FB8E99. Grayscale: #4F4F4F. Windows color (decimal): -16486042 or 6713604. OLE color: 6713604.

HSL color Cylindrical-coordinate representation of color #047166: hue angle of 173.94º 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 #047166 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB4113102-
CMYK0.9600.100.56
HSL173.94º93.16%22.94%-
HSV(B)173.94º96.46%44.31%-
XYZ8.3512.814.6-
YUV79.16140.8974.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=1.83%
G=51.60%
B=46.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41131020.9600.100.56173.9493.1622.94
Hex47166600A38ae5d17
Octal41611461400127025613527
Binary1001110001110011011000000101011100010101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047166; }

 p { color: rgb(4,113,102); }

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

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

 a { background-color: rgb(4,113,102); }

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

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

 span { border-color: rgb(4,113,102); }

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