#04510E

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

Shades of Myrtle #04510E

Tints of Myrtle #04510E

Color information

#04510E (or 0x04510E) is unknown color: approx Myrtle. HEX triplet: 04, 51 and 0E. RGB value is (4,81,14). Sum of RGB (Red+Green+Blue) = 4+81+14=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 81 (32.03% from 255 or 81.82% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 81 - color contains mainly: green. Hex color #04510E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04510E is #FBAEF1. Grayscale: #323232. Windows color (decimal): -16494322 or 938244. OLE color: 938244.

HSL color Cylindrical-coordinate representation of color #04510E: hue angle of 127.79º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04510E is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB48114-
CMYK0.9500.830.68
HSL127.79º90.59%16.67%-
HSV(B)127.79º95.06%31.76%-
XYZ3.075.941.4-
YUV50.34107.4994.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 81 (32.03% from 255) = 81.82%
BLUE value IS 14 (5.86% from 255) = 14.14%
R=4.04%
G=81.82%
B=14.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal481140.9500.830.68127.7990.5916.67
Hex451E5F05344805b11
Octal412116137012310420013321
Binary10010100011110101111101010011100010010000000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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