#04500E

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

Shades of Myrtle #04500E

Tints of Myrtle #04500E

Color information

#04500E (or 0x04500E) is unknown color: approx Myrtle. HEX triplet: 04, 50 and 0E. RGB value is (4,80,14). Sum of RGB (Red+Green+Blue) = 4+80+14=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 80 (31.64% from 255 or 81.63% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 80 - color contains mainly: green. Hex color #04500E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04500E is #FBAFF1. Grayscale: #313131. Windows color (decimal): -16494578 or 937988. OLE color: 937988.

HSL color Cylindrical-coordinate representation of color #04500E: hue angle of 127.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04500E is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB48014-
CMYK0.9500.830.69
HSL127.89º90.48%16.47%-
HSV(B)127.89º95%31.37%-
XYZ35.791.38-
YUV49.75107.8295.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 80 (31.64% from 255) = 81.63%
BLUE value IS 14 (5.86% from 255) = 14.29%
R=4.08%
G=81.63%
B=14.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480140.9500.830.69127.8990.4816.47
Hex450E5F05345805a10
Octal412016137012310520013220
Binary10010100001110101111101010011100010110000000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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