#163C1A

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

Shades of Myrtle #163C1A

Tints of Myrtle #163C1A

Color information

#163C1A (or 0x163C1A) is unknown color: approx Myrtle. HEX triplet: 16, 3C and 1A. RGB value is (22,60,26). Sum of RGB (Red+Green+Blue) = 22+60+26=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #163C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C1A is #E9C3E5. Grayscale: #2C2C2C. Windows color (decimal): -15320038 or 1719318. OLE color: 1719318.

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

Color convert

RGB226026-
CMYK0.6300.570.76
HSL126.32º46.34%16.08%-
HSV(B)126.32º63.33%23.53%-
XYZ2.133.481.54-
YUV44.76117.41111.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.37%
GREEN value IS 60 (23.83% from 255) = 55.56%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=20.37%
G=55.56%
B=24.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2260260.6300.570.76126.3246.3416.08
Hex163C1A3F0394C7e2e10
Octal267432770711141765620
Binary101101111001101011111101110011001100111111010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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