#036C68

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

Shades of Pine Green #036C68

Tints of Pine Green #036C68

Color information

#036C68 (or 0x036C68) is unknown color: approx Pine Green. HEX triplet: 03, 6C and 68. RGB value is (3,108,104). Sum of RGB (Red+Green+Blue) = 3+108+104=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #036C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C68 is #FC9397. Grayscale: #4C4C4C. Windows color (decimal): -16552856 or 6843395. OLE color: 6843395.

HSL color Cylindrical-coordinate representation of color #036C68: hue angle of 177.71º 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 #036C68 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB3108104-
CMYK0.9700.040.58
HSL177.71º94.59%21.76%-
HSV(B)177.71º97.22%42.35%-
XYZ7.911.7414.95-
YUV76.15143.7175.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 108 (42.58% from 255) = 50.23%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=1.40%
G=50.23%
B=48.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31081040.9700.040.58177.7194.5921.76
Hex36C6861043Ab25f16
Octal3154150141047226213726
Binary11110110011010001100001010011101010110010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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