#053407

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

Shades of Myrtle #053407

Tints of Myrtle #053407

Color information

#053407 (or 0x053407) is unknown color: approx Myrtle. HEX triplet: 05, 34 and 07. RGB value is (5,52,7). Sum of RGB (Red+Green+Blue) = 5+52+7=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 52 (20.70% from 255 or 81.25% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 52 - color contains mainly: green. Hex color #053407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053407 is #FACBF8. Grayscale: #202020. Windows color (decimal): -16436217 or 472069. OLE color: 472069.

HSL color Cylindrical-coordinate representation of color #053407: hue angle of 122.55º 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 #053407 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.

Color convert

RGB5527-
CMYK0.9000.870.80
HSL122.55º82.46%11.18%-
HSV(B)122.55º90.38%20.39%-
XYZ1.332.50.61-
YUV32.82113.43108.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 52 (20.70% from 255) = 81.25%
BLUE value IS 7 (3.12% from 255) = 10.94%
R=7.81%
G=81.25%
B=10.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal55270.9000.870.80122.5582.4611.18
Hex53475A057507b52b
Octal5647132012712017312213
Binary1011101001111011010010101111010000111101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053407; }

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

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

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

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

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

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

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

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