Html Css Color HEX #03776A Pine Green

📋 copy color: '#03776A'

red 3 ◦ green 119 ◦ blue 106

#03776A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #03776A

Tints of Pine Green #03776A

RGB

 RED value IS 3 (1.56% from 255) = 1.32%

 GREEN value IS 119 (46.88% from 255) = 52.19%

 BLUE value IS 106 (41.8% from 255) = 46.49%

R = 1.32%
G = 52.19%
B = 46.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#03776A (or 0x03776A) is known color: Pine Green. HEX triplet: 03, 77 and 6A. RGB value is (3,119,106). Sum of RGB (Red+Green+Blue) = 3+119+106=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #03776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03776A is #FC8895. Grayscale: #525252. Windows color (decimal): -16550038 or 6977283. OLE color: 6977283.

HSL color Cylindrical-coordinate representation of color #03776A: hue angle of 173.28º 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 #03776A is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 119 106 -
CMYK 0.97 0 0.11 0.53
HSL 173.28º 0.95% 0.24% -
HSV(B) 173.28º 0.97% 0.47% -
XYZ 9.24 14.25 15.9 -
YUV 82.83 141.07 71.06 -
System Red Green Blue C M Y K H S L
Decimal 3 119 106 0.97 0 0.11 0.53 173.28 0.95 0.24
Hex 3 77 6A 61 0 B 35 AD 5F 18
Octal 3 167 152 141 0 13 65 255 137 30
Binary 11 1110111 1101010 1100001 0 1011 110101 10101101 1011111 11000

Color Harmonies of #03776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03776A

Black with #03776A

Text Example


Text Example

White with #03776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03776A;
 }
 .AnyTagClassName
 {
   color: #03776A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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