#053F03

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

Shades of Myrtle #053F03

Tints of Myrtle #053F03

Color information

#053F03 (or 0x053F03) is unknown color: approx Myrtle. HEX triplet: 05, 3F and 03. RGB value is (5,63,3). Sum of RGB (Red+Green+Blue) = 5+63+3=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 63 (25% from 255 or 88.73% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 63 - color contains mainly: green. Hex color #053F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F03 is #FAC0FC. Grayscale: #262626. Windows color (decimal): -16433405 or 212741. OLE color: 212741.

HSL color Cylindrical-coordinate representation of color #053F03: hue angle of 118º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053F03 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB5633-
CMYK0.9200.950.75
HSL118º90.91%12.94%-
HSV(B)118º95.24%24.71%-
XYZ1.863.590.68-
YUV38.82107.78103.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 63 (25% from 255) = 88.73%
BLUE value IS 3 (1.56% from 255) = 4.23%
R=7.04%
G=88.73%
B=4.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal56330.9200.950.7511890.9112.94
Hex53F35C05F4B765bd
Octal5773134013711316613315
Binary101111111111011100010111111001011111011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,63,3); }

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

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

 a { background-color: rgb(5,63,3); }

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

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

 span { border-color: rgb(5,63,3); }

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