#036C6A

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

Shades of Pine Green #036C6A

Tints of Pine Green #036C6A

Color information

#036C6A (or 0x036C6A) is unknown color: approx Pine Green. HEX triplet: 03, 6C and 6A. RGB value is (3,108,106). Sum of RGB (Red+Green+Blue) = 3+108+106=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #036C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C6A is #FC9395. Grayscale: #4C4C4C. Windows color (decimal): -16552854 or 6974467. OLE color: 6974467.

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

Color convert

RGB3108106-
CMYK0.9700.020.58
HSL178.86º94.59%21.76%-
HSV(B)178.86º97.22%42.35%-
XYZ811.7915.49-
YUV76.38144.7175.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 108 (42.58% from 255) = 49.77%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=1.38%
G=49.77%
B=48.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31081060.9700.020.58178.8694.5921.76
Hex36C6A61023Ab35f16
Octal3154152141027226313726
Binary1111011001101010110000101011101010110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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