#03766F

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

Shades of Pine Green #03766F

Tints of Pine Green #03766F

Color information

#03766F (or 0x03766F) is unknown color: approx Pine Green. HEX triplet: 03, 76 and 6F. RGB value is (3,118,111). Sum of RGB (Red+Green+Blue) = 3+118+111=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #03766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03766F is #FC8990. Grayscale: #525252. Windows color (decimal): -16550289 or 7304707. OLE color: 7304707.

HSL color Cylindrical-coordinate representation of color #03766F: hue angle of 176.35º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03766F is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB3118111-
CMYK0.9700.060.54
HSL176.35º95.04%23.73%-
HSV(B)176.35º97.46%46.27%-
XYZ9.3914.1217.27-
YUV82.82143.971.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=1.29%
G=50.86%
B=47.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31181110.9700.060.54176.3595.0423.73
Hex3766F610636b05f18
Octal3166157141066626013730
Binary11111011011011111100001011011011010110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03766F; }

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

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

<style>
 a { background-color: #03766F; }

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

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

<style>
 span { border-color: #03766F; }

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

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