#16370B

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

Shades of Myrtle #16370B

Tints of Myrtle #16370B

Color information

#16370B (or 0x16370B) is unknown color: approx Myrtle. HEX triplet: 16, 37 and 0B. RGB value is (22,55,11). Sum of RGB (Red+Green+Blue) = 22+55+11=88 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25% from 88); Green value is 55 (21.88% from 255 or 62.5% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 55 - color contains mainly: green. Hex color #16370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16370B is #E9C8F4. Grayscale: #282828. Windows color (decimal): -15321333 or 734998. OLE color: 734998.

HSL color Cylindrical-coordinate representation of color #16370B: hue angle of 105º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16370B is Cyan = 0.6, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB225511-
CMYK0.600.80.78
HSL105º66.67%12.94%-
HSV(B)105º80%21.57%-
XYZ1.762.930.79-
YUV40.12111.57115.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25%
GREEN value IS 55 (21.88% from 255) = 62.5%
BLUE value IS 11 (4.69% from 255) = 12.5%
R=25%
G=62.5%
B=12.5%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2255110.600.80.7810566.6712.94
Hex1637B3C0504E6943d
Octal26671374012011615110315
Binary101101101111011111100010100001001110110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16370B; }

 p { color: rgb(22,55,11); }

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

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

 a { background-color: rgb(22,55,11); }

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

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

 span { border-color: rgb(22,55,11); }

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