#163C19

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

Shades of Myrtle #163C19

Tints of Myrtle #163C19

Color information

#163C19 (or 0x163C19) is unknown color: approx Myrtle. HEX triplet: 16, 3C and 19. RGB value is (22,60,25). Sum of RGB (Red+Green+Blue) = 22+60+25=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 60 (23.83% from 255 or 56.07% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 60 - color contains mainly: green. Hex color #163C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163C19 is #E9C3E6. Grayscale: #2C2C2C. Windows color (decimal): -15320039 or 1653782. OLE color: 1653782.

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

Color convert

RGB226025-
CMYK0.6300.580.76
HSL124.74º46.34%16.08%-
HSV(B)124.74º63.33%23.53%-
XYZ2.123.471.48-
YUV44.65116.91111.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.56%
GREEN value IS 60 (23.83% from 255) = 56.07%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=20.56%
G=56.07%
B=23.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2260250.6300.580.76124.7446.3416.08
Hex163C193F03A4C7d2e10
Octal267431770721141755620
Binary101101111001100111111101110101001100111110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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