#053B03

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

Shades of Myrtle #053B03

Tints of Myrtle #053B03

Color information

#053B03 (or 0x053B03) is unknown color: approx Myrtle. HEX triplet: 05, 3B and 03. RGB value is (5,59,3). Sum of RGB (Red+Green+Blue) = 5+59+3=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 59 (23.44% from 255 or 88.06% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 59 - color contains mainly: green. Hex color #053B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B03 is #FAC4FC. Grayscale: #242424. Windows color (decimal): -16434429 or 211717. OLE color: 211717.

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

Color convert

RGB5593-
CMYK0.9200.950.77
HSL117.86º90.32%12.16%-
HSV(B)117.86º94.92%23.14%-
XYZ1.643.170.61-
YUV36.47109.11105.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 59 (23.44% from 255) = 88.06%
BLUE value IS 3 (1.56% from 255) = 4.48%
R=7.46%
G=88.06%
B=4.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal55930.9200.950.77117.8690.3212.16
Hex53B35C05F4D765ac
Octal5733134013711516613214
Binary101111011111011100010111111001101111011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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