#04500D

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

Shades of Myrtle #04500D

Tints of Myrtle #04500D

Color information

#04500D (or 0x04500D) is unknown color: approx Myrtle. HEX triplet: 04, 50 and 0D. RGB value is (4,80,13). Sum of RGB (Red+Green+Blue) = 4+80+13=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 80 (31.64% from 255 or 82.47% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 80 - color contains mainly: green. Hex color #04500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04500D is #FBAFF2. Grayscale: #313131. Windows color (decimal): -16494579 or 872452. OLE color: 872452.

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

Color convert

RGB48013-
CMYK0.9500.840.69
HSL127.11º90.48%16.47%-
HSV(B)127.11º95%31.37%-
XYZ2.995.791.34-
YUV49.64107.3295.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 80 (31.64% from 255) = 82.47%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=4.12%
G=82.47%
B=13.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480130.9500.840.69127.1190.4816.47
Hex450D5F054457f5a10
Octal412015137012410517713220
Binary1001010000110110111110101010010001011111111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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