#05500D

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

Shades of Myrtle #05500D

Tints of Myrtle #05500D

Color information

#05500D (or 0x05500D) is unknown color: approx Myrtle. HEX triplet: 05, 50 and 0D. RGB value is (5,80,13). Sum of RGB (Red+Green+Blue) = 5+80+13=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 80 (31.64% from 255 or 81.63% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 80 - color contains mainly: green. Hex color #05500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05500D is #FAAFF2. Grayscale: #323232. Windows color (decimal): -16429043 or 872453. OLE color: 872453.

HSL color Cylindrical-coordinate representation of color #05500D: hue angle of 126.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05500D is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB58013-
CMYK0.9400.840.69
HSL126.4º88.24%16.67%-
HSV(B)126.4º93.75%31.37%-
XYZ35.81.34-
YUV49.94107.1595.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 80 (31.64% from 255) = 81.63%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=5.10%
G=81.63%
B=13.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal580130.9400.840.69126.488.2416.67
Hex550D5E054457e5811
Octal512015136012410517613021
Binary1011010000110110111100101010010001011111110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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