#047369

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

Shades of Pine Green #047369

Tints of Pine Green #047369

Color information

#047369 (or 0x047369) is unknown color: approx Pine Green. HEX triplet: 04, 73 and 69. RGB value is (4,115,105). Sum of RGB (Red+Green+Blue) = 4+115+105=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #047369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047369 is #FB8C96. Grayscale: #505050. Windows color (decimal): -16485527 or 6910724. OLE color: 6910724.

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

Color convert

RGB4115105-
CMYK0.9700.090.55
HSL174.59º93.28%23.33%-
HSV(B)174.59º96.52%45.1%-
XYZ8.7313.3115.47-
YUV80.67141.7373.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=1.79%
G=51.34%
B=46.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41151050.9700.090.55174.5993.2823.33
Hex47369610937af5d17
Octal41631511410116725713527
Binary1001110011110100111000010100111011110101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047369; }

 p { color: rgb(4,115,105); }

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

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

 a { background-color: rgb(4,115,105); }

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

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

 span { border-color: rgb(4,115,105); }

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