#163C1B

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

Shades of Myrtle #163C1B

Tints of Myrtle #163C1B

Color information

#163C1B (or 0x163C1B) is unknown color: approx Myrtle. HEX triplet: 16, 3C and 1B. RGB value is (22,60,27). Sum of RGB (Red+Green+Blue) = 22+60+27=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 60 (23.83% from 255 or 55.05% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 60 - color contains mainly: green. Hex color #163C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C1B is #E9C3E4. Grayscale: #2C2C2C. Windows color (decimal): -15320037 or 1784854. OLE color: 1784854.

HSL color Cylindrical-coordinate representation of color #163C1B: hue angle of 127.89º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163C1B is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB226027-
CMYK0.6300.550.76
HSL127.89º46.34%16.08%-
HSV(B)127.89º63.33%23.53%-
XYZ2.143.481.6-
YUV44.88117.91111.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 60 (23.83% from 255) = 55.05%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=20.18%
G=55.05%
B=24.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2260270.6300.550.76127.8946.3416.08
Hex163C1B3F0374C802e10
Octal267433770671142005620
Binary1011011110011011111111011011110011001000000010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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