#046C6A

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

Shades of Pine Green #046C6A

Tints of Pine Green #046C6A

Color information

#046C6A (or 0x046C6A) is unknown color: approx Pine Green. HEX triplet: 04, 6C and 6A. RGB value is (4,108,106). Sum of RGB (Red+Green+Blue) = 4+108+106=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 108 - color contains mainly: green. Hex color #046C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C6A is #FB9395. Grayscale: #4C4C4C. Windows color (decimal): -16487318 or 6974468. OLE color: 6974468.

HSL color Cylindrical-coordinate representation of color #046C6A: hue angle of 178.85º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C6A is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB4108106-
CMYK0.9600.020.58
HSL178.85º92.86%21.96%-
HSV(B)178.85º96.3%42.35%-
XYZ8.0111.7915.49-
YUV76.68144.5476.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 108 (42.58% from 255) = 49.54%
BLUE value IS 106 (41.80% from 255) = 48.62%
R=1.83%
G=49.54%
B=48.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41081060.9600.020.58178.8592.8621.96
Hex46C6A60023Ab35d16
Octal4154152140027226313526
Binary10011011001101010110000001011101010110011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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