#04500F

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

Shades of Myrtle #04500F

Tints of Myrtle #04500F

Color information

#04500F (or 0x04500F) is unknown color: approx Myrtle. HEX triplet: 04, 50 and 0F. RGB value is (4,80,15). Sum of RGB (Red+Green+Blue) = 4+80+15=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 80 (31.64% from 255 or 80.81% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 80 - color contains mainly: green. Hex color #04500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04500F is #FBAFF0. Grayscale: #323232. Windows color (decimal): -16494577 or 1003524. OLE color: 1003524.

HSL color Cylindrical-coordinate representation of color #04500F: hue angle of 128.68º 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 #04500F is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB48015-
CMYK0.9500.810.69
HSL128.68º90.48%16.47%-
HSV(B)128.68º95%31.37%-
XYZ35.81.41-
YUV49.87108.3295.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 80 (31.64% from 255) = 80.81%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=4.04%
G=80.81%
B=15.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480150.9500.810.69128.6890.4816.47
Hex450F5F05145815a10
Octal412017137012110520113220
Binary10010100001111101111101010001100010110000001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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