#053406

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

Shades of Myrtle #053406

Tints of Myrtle #053406

Color information

#053406 (or 0x053406) is unknown color: approx Myrtle. HEX triplet: 05, 34 and 06. RGB value is (5,52,6). Sum of RGB (Red+Green+Blue) = 5+52+6=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 52 (20.70% from 255 or 82.54% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 52 - color contains mainly: green. Hex color #053406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053406 is #FACBF9. Grayscale: #202020. Windows color (decimal): -16436218 or 406533. OLE color: 406533.

HSL color Cylindrical-coordinate representation of color #053406: hue angle of 121.28º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053406 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB5526-
CMYK0.9000.880.80
HSL121.28º82.46%11.18%-
HSV(B)121.28º90.38%20.39%-
XYZ1.322.50.59-
YUV32.7112.93108.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 52 (20.70% from 255) = 82.54%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=7.94%
G=82.54%
B=9.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal55260.9000.880.80121.2882.4611.18
Hex53465A058507952b
Octal5646132013012017112213
Binary1011101001101011010010110001010000111100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053406; }

 p { color: rgb(5,52,6); }

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

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

 a { background-color: rgb(5,52,6); }

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

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

 span { border-color: rgb(5,52,6); }

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