#05520F

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

Shades of Myrtle #05520F

Tints of Myrtle #05520F

Color information

#05520F (or 0x05520F) is unknown color: approx Myrtle. HEX triplet: 05, 52 and 0F. RGB value is (5,82,15). Sum of RGB (Red+Green+Blue) = 5+82+15=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 82 (32.42% from 255 or 80.39% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 82 - color contains mainly: green. Hex color #05520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05520F is #FAADF0. Grayscale: #333333. Windows color (decimal): -16428529 or 1004037. OLE color: 1004037.

HSL color Cylindrical-coordinate representation of color #05520F: hue angle of 127.79º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05520F is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB58215-
CMYK0.9400.820.68
HSL127.79º88.51%17.06%-
HSV(B)127.79º93.9%32.16%-
XYZ3.176.11.46-
YUV51.34107.4994.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 82 (32.42% from 255) = 80.39%
BLUE value IS 15 (6.25% from 255) = 14.71%
R=4.90%
G=80.39%
B=14.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582150.9400.820.68127.7988.5117.06
Hex552F5E05244805911
Octal512217136012210420013121
Binary10110100101111101111001010010100010010000000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,82,15); }

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

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

 a { background-color: rgb(5,82,15); }

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

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

 span { border-color: rgb(5,82,15); }

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