#04776A

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

Shades of Pine Green #04776A

Tints of Pine Green #04776A

Color information

#04776A (or 0x04776A) is unknown color: approx Pine Green. HEX triplet: 04, 77 and 6A. RGB value is (4,119,106). Sum of RGB (Red+Green+Blue) = 4+119+106=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #04776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04776A is #FB8895. Grayscale: #535353. Windows color (decimal): -16484502 or 6977284. OLE color: 6977284.

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

Color convert

RGB4119106-
CMYK0.9700.110.53
HSL173.22º93.5%24.12%-
HSV(B)173.22º96.64%46.67%-
XYZ9.2514.2615.9-
YUV83.13140.971.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=1.75%
G=51.97%
B=46.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41191060.9700.110.53173.2293.524.12
Hex4776A610B35ad5d18
Octal41671521410136525513530
Binary1001110111110101011000010101111010110101101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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