#053B09

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

Shades of Myrtle #053B09

Tints of Myrtle #053B09

Color information

#053B09 (or 0x053B09) is unknown color: approx Myrtle. HEX triplet: 05, 3B and 09. RGB value is (5,59,9). Sum of RGB (Red+Green+Blue) = 5+59+9=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 59 (23.44% from 255 or 80.82% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 59 - color contains mainly: green. Hex color #053B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B09 is #FAC4F6. Grayscale: #252525. Windows color (decimal): -16434423 or 604933. OLE color: 604933.

HSL color Cylindrical-coordinate representation of color #053B09: hue angle of 124.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B09 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.77.

Color convert

RGB5599-
CMYK0.9200.850.77
HSL124.44º84.38%12.55%-
HSV(B)124.44º91.53%23.14%-
XYZ1.683.180.78-
YUV37.15112.11105.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 59 (23.44% from 255) = 80.82%
BLUE value IS 9 (3.91% from 255) = 12.33%
R=6.85%
G=80.82%
B=12.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal55990.9200.850.77124.4484.3812.55
Hex53B95C0554D7c54d
Octal57311134012511517412415
Binary10111101110011011100010101011001101111110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053B09; }

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

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

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

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

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

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

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

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