#05450E

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

Shades of Myrtle #05450E

Tints of Myrtle #05450E

Color information

#05450E (or 0x05450E) is unknown color: approx Myrtle. HEX triplet: 05, 45 and 0E. RGB value is (5,69,14). Sum of RGB (Red+Green+Blue) = 5+69+14=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 69 (27.34% from 255 or 78.41% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 69 - color contains mainly: green. Hex color #05450E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05450E is #FABAF1. Grayscale: #2B2B2B. Windows color (decimal): -16431858 or 935173. OLE color: 935173.

HSL color Cylindrical-coordinate representation of color #05450E: hue angle of 128.44º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05450E is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB56914-
CMYK0.9300.800.73
HSL128.44º86.49%14.51%-
HSV(B)128.44º92.75%27.06%-
XYZ2.274.321.13-
YUV43.59111.3100.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 69 (27.34% from 255) = 78.41%
BLUE value IS 14 (5.86% from 255) = 15.91%
R=5.68%
G=78.41%
B=15.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569140.9300.800.73128.4486.4914.51
Hex545E5D050498056f
Octal510516135012011120012617
Binary1011000101111010111010101000010010011000000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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