#053A0B

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

Shades of Myrtle #053A0B

Tints of Myrtle #053A0B

Color information

#053A0B (or 0x053A0B) is unknown color: approx Myrtle. HEX triplet: 05, 3A and 0B. RGB value is (5,58,11). Sum of RGB (Red+Green+Blue) = 5+58+11=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #053A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A0B is #FAC5F4. Grayscale: #242424. Windows color (decimal): -16434677 or 735749. OLE color: 735749.

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

Color convert

RGB55811-
CMYK0.9100.810.77
HSL126.79º84.13%12.35%-
HSV(B)126.79º91.38%22.75%-
XYZ1.643.080.83-
YUV36.79113.44105.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 58 (23.05% from 255) = 78.38%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=6.76%
G=78.38%
B=14.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558110.9100.810.77126.7984.1312.35
Hex53AB5B0514D7f54c
Octal57213133012111517712414
Binary10111101010111011011010100011001101111111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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