#053B07

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

Shades of Myrtle #053B07

Tints of Myrtle #053B07

Color information

#053B07 (or 0x053B07) is unknown color: approx Myrtle. HEX triplet: 05, 3B and 07. RGB value is (5,59,7). Sum of RGB (Red+Green+Blue) = 5+59+7=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 59 (23.44% from 255 or 83.10% from 71); Blue value is 7 (3.12% from 255 or 9.86% from 71); Max value from RGB is 59 - color contains mainly: green. Hex color #053B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B07 is #FAC4F8. Grayscale: #252525. Windows color (decimal): -16434425 or 473861. OLE color: 473861.

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

Color convert

RGB5597-
CMYK0.9200.880.77
HSL122.22º84.38%12.55%-
HSV(B)122.22º91.53%23.14%-
XYZ1.663.180.73-
YUV36.93111.11105.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 59 (23.44% from 255) = 83.10%
BLUE value IS 7 (3.12% from 255) = 9.86%
R=7.04%
G=83.10%
B=9.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal55970.9200.880.77122.2284.3812.55
Hex53B75C0584D7a54d
Octal5737134013011517212415
Binary1011110111111011100010110001001101111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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