#053409

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

Shades of Myrtle #053409

Tints of Myrtle #053409

Color information

#053409 (or 0x053409) is unknown color: approx Myrtle. HEX triplet: 05, 34 and 09. RGB value is (5,52,9). Sum of RGB (Red+Green+Blue) = 5+52+9=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 52 (20.70% from 255 or 78.79% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 52 - color contains mainly: green. Hex color #053409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053409 is #FACBF6. Grayscale: #212121. Windows color (decimal): -16436215 or 603141. OLE color: 603141.

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

Color convert

RGB5529-
CMYK0.9000.830.80
HSL125.11º82.46%11.18%-
HSV(B)125.11º90.38%20.39%-
XYZ1.342.510.67-
YUV33.04114.43108-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 52 (20.70% from 255) = 78.79%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=7.58%
G=78.79%
B=13.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal55290.9000.830.80125.1182.4611.18
Hex53495A053507d52b
Octal56411132012312017512213
Binary10111010010011011010010100111010000111110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053409; }

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

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

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

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

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

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

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

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