#053E00

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

Shades of Myrtle #053E00

Tints of Myrtle #053E00

Color information

#053E00 (or 0x053E00) is unknown color: approx Myrtle. HEX triplet: 05, 3E and 00. RGB value is (5,62,0). Sum of RGB (Red+Green+Blue) = 5+62+0=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 62 (24.61% from 255 or 92.54% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 62 - color contains mainly: green. Hex color #053E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E00 is #FAC1FF. Grayscale: #262626. Windows color (decimal): -16433664 or 15877. OLE color: 15877.

HSL color Cylindrical-coordinate representation of color #053E00: hue angle of 115.16º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #053E00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB5620-
CMYK0.92010.76
HSL115.16º100%12.16%-
HSV(B)115.16º100%24.31%-
XYZ1.793.480.58-
YUV37.89106.62104.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 62 (24.61% from 255) = 92.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.46%
G=92.54%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal56200.92010.76115.1610012.16
Hex53E05C0644C7364c
Octal5760134014411416314414
Binary10111111001011100011001001001100111001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,62,0); }

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

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

 a { background-color: rgb(5,62,0); }

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

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

 span { border-color: rgb(5,62,0); }

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