#053405

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

Shades of Myrtle #053405

Tints of Myrtle #053405

Color information

#053405 (or 0x053405) is unknown color: approx Myrtle. HEX triplet: 05, 34 and 05. RGB value is (5,52,5). Sum of RGB (Red+Green+Blue) = 5+52+5=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 52 (20.70% from 255 or 83.87% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 52 - color contains mainly: green. Hex color #053405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053405 is #FACBFA. Grayscale: #202020. Windows color (decimal): -16436219 or 340997. OLE color: 340997.

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

Color convert

RGB5525-
CMYK0.9000.900.80
HSL120º82.46%11.18%-
HSV(B)120º90.38%20.39%-
XYZ1.322.50.56-
YUV32.59112.43108.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 52 (20.70% from 255) = 83.87%
BLUE value IS 5 (2.34% from 255) = 8.06%
R=8.06%
G=83.87%
B=8.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal55250.9000.900.8012082.4611.18
Hex53455A05A507852b
Octal5645132013212017012213
Binary1011101001011011010010110101010000111100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053405; }

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

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

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

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

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

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

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

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