#16380D

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

Shades of Myrtle #16380D

Tints of Myrtle #16380D

Color information

#16380D (or 0x16380D) is unknown color: approx Myrtle. HEX triplet: 16, 38 and 0D. RGB value is (22,56,13). Sum of RGB (Red+Green+Blue) = 22+56+13=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #16380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16380D is #E9C7F2. Grayscale: #292929. Windows color (decimal): -15321075 or 866326. OLE color: 866326.

HSL color Cylindrical-coordinate representation of color #16380D: hue angle of 107.44º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16380D is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB225613-
CMYK0.6100.770.78
HSL107.44º62.32%13.53%-
HSV(B)107.44º76.79%21.96%-
XYZ1.823.030.87-
YUV40.93112.24114.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.18%
GREEN value IS 56 (22.27% from 255) = 61.54%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=24.18%
G=61.54%
B=14.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256130.6100.770.78107.4462.3213.53
Hex1638D3D04D4E6b3ee
Octal2670157501151161537616
Binary10110111000110111110101001101100111011010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16380D; }

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

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

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

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

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

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

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

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