#053000

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

Shades of Myrtle #053000

Tints of Myrtle #053000

Color information

#053000 (or 0x053000) is unknown color: approx Myrtle. HEX triplet: 05, 30 and 00. RGB value is (5,48,0). Sum of RGB (Red+Green+Blue) = 5+48+0=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 48 (19.14% from 255 or 90.57% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 48 - color contains mainly: green. Hex color #053000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053000 is #FACFFF. Grayscale: #1D1D1D. Windows color (decimal): -16437248 or 12293. OLE color: 12293.

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

Color convert

RGB5480-
CMYK0.90010.81
HSL113.75º100%9.41%-
HSV(B)113.75º100%18.82%-
XYZ1.122.150.36-
YUV29.67111.25110.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.43%
GREEN value IS 48 (19.14% from 255) = 90.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.43%
G=90.57%
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
Decimal54800.90010.81113.751009.41
Hex53005A0645172649
Octal5600132014412116214411
Binary10111000001011010011001001010001111001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053000; }

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

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

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

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

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

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

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

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