#046F6D

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

Shades of Pine Green #046F6D

Tints of Pine Green #046F6D

Color information

#046F6D (or 0x046F6D) is unknown color: approx Pine Green. HEX triplet: 04, 6F and 6D. RGB value is (4,111,109). Sum of RGB (Red+Green+Blue) = 4+111+109=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #046F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F6D is #FB9092. Grayscale: #4E4E4E. Windows color (decimal): -16486547 or 7171844. OLE color: 7171844.

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

Color convert

RGB4111109-
CMYK0.9600.020.56
HSL178.88º93.04%22.55%-
HSV(B)178.88º96.4%43.53%-
XYZ8.4912.516.43-
YUV78.78145.0574.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=1.79%
G=49.55%
B=48.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111090.9600.020.56178.8893.0422.55
Hex46F6D600238b35d17
Octal4157155140027026313527
Binary10011011111101101110000001011100010110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046F6D; }

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

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

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

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

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

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

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

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