#163C03

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

Shades of Myrtle #163C03

Tints of Myrtle #163C03

Color information

#163C03 (or 0x163C03) is unknown color: approx Myrtle. HEX triplet: 16, 3C and 03. RGB value is (22,60,3). Sum of RGB (Red+Green+Blue) = 22+60+3=85 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.88% from 85); Green value is 60 (23.83% from 255 or 70.59% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 60 - color contains mainly: green. Hex color #163C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163C03 is #E9C3FC. Grayscale: #2A2A2A. Windows color (decimal): -15320061 or 211990. OLE color: 211990.

HSL color Cylindrical-coordinate representation of color #163C03: hue angle of 100º 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 #163C03 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB22603-
CMYK0.6300.950.76
HSL100º90.48%12.35%-
HSV(B)100º95%23.53%-
XYZ1.963.410.64-
YUV42.14105.91113.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25.88%
GREEN value IS 60 (23.83% from 255) = 70.59%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=25.88%
G=70.59%
B=3.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal226030.6300.950.7610090.4812.35
Hex163C33F05F4C645ac
Octal2674377013711414413214
Binary1011011110011111111010111111001100110010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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