#04480C

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

Shades of Myrtle #04480C

Tints of Myrtle #04480C

Color information

#04480C (or 0x04480C) is unknown color: approx Myrtle. HEX triplet: 04, 48 and 0C. RGB value is (4,72,12). Sum of RGB (Red+Green+Blue) = 4+72+12=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 72 (28.52% from 255 or 81.82% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 72 - color contains mainly: green. Hex color #04480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04480C is #FBB7F3. Grayscale: #2D2D2D. Windows color (decimal): -16496628 or 804868. OLE color: 804868.

HSL color Cylindrical-coordinate representation of color #04480C: hue angle of 127.06º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04480C is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB47212-
CMYK0.9400.830.72
HSL127.06º89.47%14.9%-
HSV(B)127.06º94.44%28.24%-
XYZ2.434.691.12-
YUV44.83109.4798.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 72 (28.52% from 255) = 81.82%
BLUE value IS 12 (5.08% from 255) = 13.64%
R=4.55%
G=81.82%
B=13.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472120.9400.830.72127.0689.4714.9
Hex448C5E053487f59f
Octal411014136012311017713117
Binary100100100011001011110010100111001000111111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,72,12); }

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

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

 a { background-color: rgb(4,72,12); }

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

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

 span { border-color: rgb(4,72,12); }

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