#053100

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

Shades of Myrtle #053100

Tints of Myrtle #053100

Color information

#053100 (or 0x053100) is unknown color: approx Myrtle. HEX triplet: 05, 31 and 00. RGB value is (5,49,0). Sum of RGB (Red+Green+Blue) = 5+49+0=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 49 (19.53% from 255 or 90.74% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 49 - color contains mainly: green. Hex color #053100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053100 is #FACEFF. Grayscale: #1E1E1E. Windows color (decimal): -16436992 or 12549. OLE color: 12549.

HSL color Cylindrical-coordinate representation of color #053100: hue angle of 113.88º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #053100 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB5490-
CMYK0.90010.81
HSL113.88º100%9.61%-
HSV(B)113.88º100%19.22%-
XYZ1.162.230.37-
YUV30.26110.92109.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 49 (19.53% from 255) = 90.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.26%
G=90.74%
B=0%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal54900.90010.81113.881009.61
Hex53105A064517264a
Octal5610132014412116214412
Binary10111000101011010011001001010001111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053100; }

 p { color: rgb(5,49,0); }

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

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

 a { background-color: rgb(5,49,0); }

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

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

 span { border-color: rgb(5,49,0); }

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