#053A07

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

Shades of Myrtle #053A07

Tints of Myrtle #053A07

Color information

#053A07 (or 0x053A07) is unknown color: approx Myrtle. HEX triplet: 05, 3A and 07. RGB value is (5,58,7). Sum of RGB (Red+Green+Blue) = 5+58+7=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 58 (23.05% from 255 or 82.86% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 58 - color contains mainly: green. Hex color #053A07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A07 is #FAC5F8. Grayscale: #242424. Windows color (decimal): -16434681 or 473605. OLE color: 473605.

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

Color convert

RGB5587-
CMYK0.9100.880.77
HSL122.26º84.13%12.35%-
HSV(B)122.26º91.38%22.75%-
XYZ1.613.070.71-
YUV36.34111.44105.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 58 (23.05% from 255) = 82.86%
BLUE value IS 7 (3.12% from 255) = 10%
R=7.14%
G=82.86%
B=10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal55870.9100.880.77122.2684.1312.35
Hex53A75B0584D7a54c
Octal5727133013011517212414
Binary1011110101111011011010110001001101111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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