#047468

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

Shades of Pine Green #047468

Tints of Pine Green #047468

Color information

#047468 (or 0x047468) is unknown color: approx Pine Green. HEX triplet: 04, 74 and 68. RGB value is (4,116,104). Sum of RGB (Red+Green+Blue) = 4+116+104=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #047468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047468 is #FB8B97. Grayscale: #515151. Windows color (decimal): -16485272 or 6845444. OLE color: 6845444.

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

Color convert

RGB4116104-
CMYK0.9700.100.55
HSL173.57º93.33%23.53%-
HSV(B)173.57º96.55%45.49%-
XYZ8.7913.5215.24-
YUV81.14140.8972.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=1.79%
G=51.79%
B=46.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41161040.9700.100.55173.5793.3323.53
Hex47468610A37ae5d18
Octal41641501410126725613530
Binary1001110100110100011000010101011011110101110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047468; }

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

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

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

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

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

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

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

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