#046F6E

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

Shades of Pine Green #046F6E

Tints of Pine Green #046F6E

Color information

#046F6E (or 0x046F6E) is unknown color: approx Pine Green. HEX triplet: 04, 6F and 6E. RGB value is (4,111,110). Sum of RGB (Red+Green+Blue) = 4+111+110=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #046F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F6E is #FB9091. Grayscale: #4E4E4E. Windows color (decimal): -16486546 or 7237380. OLE color: 7237380.

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

Color convert

RGB4111110-
CMYK0.9600.010.56
HSL179.44º93.04%22.55%-
HSV(B)179.44º96.4%43.53%-
XYZ8.5512.5216.72-
YUV78.89145.5574.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 111 (43.75% from 255) = 49.33%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=1.78%
G=49.33%
B=48.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111100.9600.010.56179.4493.0422.55
Hex46F6E600138b35d17
Octal4157156140017026313527
Binary1001101111110111011000000111100010110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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