#036F68

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

Shades of Pine Green #036F68

Tints of Pine Green #036F68

Color information

#036F68 (or 0x036F68) is unknown color: approx Pine Green. HEX triplet: 03, 6F and 68. RGB value is (3,111,104). Sum of RGB (Red+Green+Blue) = 3+111+104=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #036F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F68 is #FC9097. Grayscale: #4D4D4D. Windows color (decimal): -16552088 or 6844163. OLE color: 6844163.

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

Color convert

RGB3111104-
CMYK0.9700.060.56
HSL176.11º94.74%22.35%-
HSV(B)176.11º97.3%43.53%-
XYZ8.2212.3915.05-
YUV77.91142.7274.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 111 (43.75% from 255) = 50.92%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=1.38%
G=50.92%
B=47.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31111040.9700.060.56176.1194.7422.35
Hex36F68610638b05f16
Octal3157150141067026013726
Binary11110111111010001100001011011100010110000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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