#05550F

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

Shades of Myrtle #05550F

Tints of Myrtle #05550F

Color information

#05550F (or 0x05550F) is unknown color: approx Myrtle. HEX triplet: 05, 55 and 0F. RGB value is (5,85,15). Sum of RGB (Red+Green+Blue) = 5+85+15=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 85 (33.59% from 255 or 80.95% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 85 - color contains mainly: green. Hex color #05550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05550F is #FAAAF0. Grayscale: #353535. Windows color (decimal): -16427761 or 1004805. OLE color: 1004805.

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

Color convert

RGB58515-
CMYK0.9400.820.67
HSL127.5º88.89%17.65%-
HSV(B)127.5º94.12%33.33%-
XYZ3.46.561.54-
YUV53.1106.593.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 85 (33.59% from 255) = 80.95%
BLUE value IS 15 (6.25% from 255) = 14.29%
R=4.76%
G=80.95%
B=14.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585150.9400.820.67127.588.8917.65
Hex555F5E05243805912
Octal512517136012210320013122
Binary10110101011111101111001010010100001110000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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