#05480E

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

Shades of Myrtle #05480E

Tints of Myrtle #05480E

Color information

#05480E (or 0x05480E) is unknown color: approx Myrtle. HEX triplet: 05, 48 and 0E. RGB value is (5,72,14). Sum of RGB (Red+Green+Blue) = 5+72+14=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 72 (28.52% from 255 or 79.12% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 72 - color contains mainly: green. Hex color #05480E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05480E is #FAB7F1. Grayscale: #2D2D2D. Windows color (decimal): -16431090 or 935941. OLE color: 935941.

HSL color Cylindrical-coordinate representation of color #05480E: hue angle of 128.06º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05480E is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB57214-
CMYK0.9300.810.72
HSL128.06º87.01%15.1%-
HSV(B)128.06º93.06%28.24%-
XYZ2.464.71.19-
YUV45.35110.399.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 72 (28.52% from 255) = 79.12%
BLUE value IS 14 (5.86% from 255) = 15.38%
R=5.49%
G=79.12%
B=15.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572140.9300.810.72128.0687.0115.1
Hex548E5D051488057f
Octal511016135012111020012717
Binary1011001000111010111010101000110010001000000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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