#03776F

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

Shades of Pine Green #03776F

Tints of Pine Green #03776F

Color information

#03776F (or 0x03776F) is unknown color: approx Pine Green. HEX triplet: 03, 77 and 6F. RGB value is (3,119,111). Sum of RGB (Red+Green+Blue) = 3+119+111=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #03776F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03776F is #FC8890. Grayscale: #535353. Windows color (decimal): -16550033 or 7304963. OLE color: 7304963.

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

Color convert

RGB3119111-
CMYK0.9700.070.53
HSL175.86º95.08%23.92%-
HSV(B)175.86º97.48%46.67%-
XYZ9.514.3617.31-
YUV83.4143.5770.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=1.29%
G=51.07%
B=47.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31191110.9700.070.53175.8695.0823.92
Hex3776F610735b05f18
Octal3167157141076526013730
Binary11111011111011111100001011111010110110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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