#055103

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

Shades of Myrtle #055103

Tints of Myrtle #055103

Color information

#055103 (or 0x055103) is unknown color: approx Myrtle. HEX triplet: 05, 51 and 03. RGB value is (5,81,3). Sum of RGB (Red+Green+Blue) = 5+81+3=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 81 (32.03% from 255 or 91.01% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 81 - color contains mainly: green. Hex color #055103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055103 is #FAAEFC. Grayscale: #313131. Windows color (decimal): -16428797 or 217349. OLE color: 217349.

HSL color Cylindrical-coordinate representation of color #055103: hue angle of 118.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055103 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB5813-
CMYK0.9400.960.68
HSL118.46º92.86%16.47%-
HSV(B)118.46º96.3%31.76%-
XYZ3.025.921.07-
YUV49.38101.8296.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 81 (32.03% from 255) = 91.01%
BLUE value IS 3 (1.56% from 255) = 3.37%
R=5.62%
G=91.01%
B=3.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal58130.9400.960.68118.4692.8616.47
Hex55135E06044765d10
Octal51213136014010416613520
Binary10110100011110111100110000010001001110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055103; }

 p { color: rgb(5,81,3); }

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

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

 a { background-color: rgb(5,81,3); }

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

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

 span { border-color: rgb(5,81,3); }

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