#053B0B

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

Shades of Myrtle #053B0B

Tints of Myrtle #053B0B

Color information

#053B0B (or 0x053B0B) is unknown color: approx Myrtle. HEX triplet: 05, 3B and 0B. RGB value is (5,59,11). Sum of RGB (Red+Green+Blue) = 5+59+11=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 59 (23.44% from 255 or 78.67% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 59 - color contains mainly: green. Hex color #053B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B0B is #FAC4F4. Grayscale: #252525. Windows color (decimal): -16434421 or 736005. OLE color: 736005.

HSL color Cylindrical-coordinate representation of color #053B0B: hue angle of 126.67º 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 #053B0B is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB55911-
CMYK0.9200.810.77
HSL126.67º84.38%12.55%-
HSV(B)126.67º91.53%23.14%-
XYZ1.693.180.84-
YUV37.38113.11104.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 59 (23.44% from 255) = 78.67%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=6.67%
G=78.67%
B=14.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal559110.9200.810.77126.6784.3812.55
Hex53BB5C0514D7f54d
Octal57313134012111517712415
Binary10111101110111011100010100011001101111111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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