#04756C

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

Shades of Pine Green #04756C

Tints of Pine Green #04756C

Color information

#04756C (or 0x04756C) is unknown color: approx Pine Green. HEX triplet: 04, 75 and 6C. RGB value is (4,117,108). Sum of RGB (Red+Green+Blue) = 4+117+108=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #04756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04756C is #FB8A93. Grayscale: #525252. Windows color (decimal): -16485012 or 7107844. OLE color: 7107844.

HSL color Cylindrical-coordinate representation of color #04756C: hue angle of 175.22º degrees, saturation: 0.93, 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 #04756C is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB4117108-
CMYK0.9700.080.54
HSL175.22º93.39%23.73%-
HSV(B)175.22º96.58%45.88%-
XYZ9.1213.8316.38-
YUV82.19142.5672.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=1.75%
G=51.09%
B=47.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41171080.9700.080.54175.2293.3923.73
Hex4756C610836af5d18
Octal41651541410106625713530
Binary1001110101110110011000010100011011010101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04756C; }

 p { color: rgb(4,117,108); }

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

<style>
 a { background-color: #04756C; }

 a { background-color: rgb(4,117,108); }

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

<style>
 span { border-color: #04756C; }

 span { border-color: rgb(4,117,108); }

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