#163812

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

Shades of Myrtle #163812

Tints of Myrtle #163812

Color information

#163812 (or 0x163812) is unknown color: approx Myrtle. HEX triplet: 16, 38 and 12. RGB value is (22,56,18). Sum of RGB (Red+Green+Blue) = 22+56+18=96 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.92% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #163812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163812 is #E9C7ED. Grayscale: #292929. Windows color (decimal): -15321070 or 1194006. OLE color: 1194006.

HSL color Cylindrical-coordinate representation of color #163812: hue angle of 113.68º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #163812 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB225618-
CMYK0.6100.680.78
HSL113.68º51.35%14.51%-
HSV(B)113.68º67.86%21.96%-
XYZ1.853.041.06-
YUV41.5114.74114.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.92%
GREEN value IS 56 (22.27% from 255) = 58.33%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=22.92%
G=58.33%
B=18.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256180.6100.680.78113.6851.3514.51
Hex1638123D0444E7233f
Octal2670227501041161626317
Binary101101110001001011110101000100100111011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163812; }

 p { color: rgb(22,56,18); }

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

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

 a { background-color: rgb(22,56,18); }

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

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

 span { border-color: rgb(22,56,18); }

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