#053408

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

Shades of Myrtle #053408

Tints of Myrtle #053408

Color information

#053408 (or 0x053408) is unknown color: approx Myrtle. HEX triplet: 05, 34 and 08. RGB value is (5,52,8). Sum of RGB (Red+Green+Blue) = 5+52+8=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 52 (20.70% from 255 or 80% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 52 - color contains mainly: green. Hex color #053408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053408 is #FACBF7. Grayscale: #212121. Windows color (decimal): -16436216 or 537605. OLE color: 537605.

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

Color convert

RGB5528-
CMYK0.9000.850.80
HSL123.83º82.46%11.18%-
HSV(B)123.83º90.38%20.39%-
XYZ1.332.510.64-
YUV32.93113.93108.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 52 (20.70% from 255) = 80%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=7.69%
G=80%
B=12.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal55280.9000.850.80123.8382.4611.18
Hex53485A055507c52b
Octal56410132012512017412213
Binary10111010010001011010010101011010000111110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053408; }

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

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

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

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

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

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

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

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