#05530E

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

Shades of Myrtle #05530E

Tints of Myrtle #05530E

Color information

#05530E (or 0x05530E) is unknown color: approx Myrtle. HEX triplet: 05, 53 and 0E. RGB value is (5,83,14). Sum of RGB (Red+Green+Blue) = 5+83+14=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 83 (32.81% from 255 or 81.37% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 83 - color contains mainly: green. Hex color #05530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05530E is #FAACF1. Grayscale: #343434. Windows color (decimal): -16428274 or 938757. OLE color: 938757.

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

Color convert

RGB58314-
CMYK0.9400.830.67
HSL126.92º88.64%17.25%-
HSV(B)126.92º93.98%32.55%-
XYZ3.246.251.45-
YUV51.81106.6694.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 83 (32.81% from 255) = 81.37%
BLUE value IS 14 (5.86% from 255) = 13.73%
R=4.90%
G=81.37%
B=13.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583140.9400.830.67126.9288.6417.25
Hex553E5E053437f5911
Octal512316136012310317713121
Binary1011010011111010111100101001110000111111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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