#03766B

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

Shades of Pine Green #03766B

Tints of Pine Green #03766B

Color information

#03766B (or 0x03766B) is unknown color: approx Pine Green. HEX triplet: 03, 76 and 6B. RGB value is (3,118,107). Sum of RGB (Red+Green+Blue) = 3+118+107=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #03766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03766B is #FC8994. Grayscale: #525252. Windows color (decimal): -16550293 or 7042563. OLE color: 7042563.

HSL color Cylindrical-coordinate representation of color #03766B: hue angle of 174.26º 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 #03766B is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB3118107-
CMYK0.9700.090.54
HSL174.26º95.04%23.73%-
HSV(B)174.26º97.46%46.27%-
XYZ9.1714.0416.14-
YUV82.36141.971.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 118 (46.48% from 255) = 51.75%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=1.32%
G=51.75%
B=46.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31181070.9700.090.54174.2695.0423.73
Hex3766B610936ae5f18
Octal31661531410116625613730
Binary111110110110101111000010100111011010101110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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