#046F6C

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

Shades of Pine Green #046F6C

Tints of Pine Green #046F6C

Color information

#046F6C (or 0x046F6C) is unknown color: approx Pine Green. HEX triplet: 04, 6F and 6C. RGB value is (4,111,108). Sum of RGB (Red+Green+Blue) = 4+111+108=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #046F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F6C is #FB9093. Grayscale: #4E4E4E. Windows color (decimal): -16486548 or 7106308. OLE color: 7106308.

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

Color convert

RGB4111108-
CMYK0.9600.030.56
HSL178.32º93.04%22.55%-
HSV(B)178.32º96.4%43.53%-
XYZ8.4412.4816.15-
YUV78.66144.5574.74-

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.78%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=1.79%
G=49.78%
B=48.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111080.9600.030.56178.3293.0422.55
Hex46F6C600338b25d17
Octal4157154140037026213527
Binary10011011111101100110000001111100010110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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