#053C03

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

Shades of Myrtle #053C03

Tints of Myrtle #053C03

Color information

#053C03 (or 0x053C03) is unknown color: approx Myrtle. HEX triplet: 05, 3C and 03. RGB value is (5,60,3). Sum of RGB (Red+Green+Blue) = 5+60+3=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 60 (23.83% from 255 or 88.24% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 60 - color contains mainly: green. Hex color #053C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053C03 is #FAC3FC. Grayscale: #252525. Windows color (decimal): -16434173 or 211973. OLE color: 211973.

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

Color convert

RGB5603-
CMYK0.9200.950.76
HSL117.89º90.48%12.35%-
HSV(B)117.89º95%23.53%-
XYZ1.693.270.63-
YUV37.06108.78105.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 60 (23.83% from 255) = 88.24%
BLUE value IS 3 (1.56% from 255) = 4.41%
R=7.35%
G=88.24%
B=4.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal56030.9200.950.76117.8990.4812.35
Hex53C35C05F4C765ac
Octal5743134013711416613214
Binary101111100111011100010111111001100111011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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