#046F6A

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

Shades of Pine Green #046F6A

Tints of Pine Green #046F6A

Color information

#046F6A (or 0x046F6A) is unknown color: approx Pine Green. HEX triplet: 04, 6F and 6A. RGB value is (4,111,106). Sum of RGB (Red+Green+Blue) = 4+111+106=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #046F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F6A is #FB9095. Grayscale: #4E4E4E. Windows color (decimal): -16486550 or 6975236. OLE color: 6975236.

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

Color convert

RGB4111106-
CMYK0.9600.050.56
HSL177.2º93.04%22.55%-
HSV(B)177.2º96.4%43.53%-
XYZ8.3412.4415.6-
YUV78.44143.5574.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 111 (43.75% from 255) = 50.23%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=1.81%
G=50.23%
B=47.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111060.9600.050.56177.293.0422.55
Hex46F6A600538b15d17
Octal4157152140057026113527
Binary100110111111010101100000010111100010110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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