#04480E

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

Shades of Myrtle #04480E

Tints of Myrtle #04480E

Color information

#04480E (or 0x04480E) is unknown color: approx Myrtle. HEX triplet: 04, 48 and 0E. RGB value is (4,72,14). Sum of RGB (Red+Green+Blue) = 4+72+14=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 72 (28.52% from 255 or 80% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 72 - color contains mainly: green. Hex color #04480E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04480E is #FBB7F1. Grayscale: #2D2D2D. Windows color (decimal): -16496626 or 935940. OLE color: 935940.

HSL color Cylindrical-coordinate representation of color #04480E: hue angle of 128.82º 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 #04480E is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB47214-
CMYK0.9400.810.72
HSL128.82º89.47%14.9%-
HSV(B)128.82º94.44%28.24%-
XYZ2.454.691.19-
YUV45.06110.4798.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 72 (28.52% from 255) = 80%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=4.44%
G=80%
B=15.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472140.9400.810.72128.8289.4714.9
Hex448E5E051488159f
Octal411016136012111020113117
Binary1001001000111010111100101000110010001000000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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