#16380A

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

Shades of Myrtle #16380A

Tints of Myrtle #16380A

Color information

#16380A (or 0x16380A) is unknown color: approx Myrtle. HEX triplet: 16, 38 and 0A. RGB value is (22,56,10). Sum of RGB (Red+Green+Blue) = 22+56+10=88 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25% from 88); Green value is 56 (22.27% from 255 or 63.64% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 56 - color contains mainly: green. Hex color #16380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16380A is #E9C7F5. Grayscale: #282828. Windows color (decimal): -15321078 or 669718. OLE color: 669718.

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

Color convert

RGB225610-
CMYK0.6100.820.78
HSL104.35º69.7%12.94%-
HSV(B)104.35º82.14%21.96%-
XYZ1.83.020.78-
YUV40.59110.74114.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25%
GREEN value IS 56 (22.27% from 255) = 63.64%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=25%
G=63.64%
B=11.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256100.6100.820.78104.3569.712.94
Hex1638A3D0524E6846d
Octal26701275012211615010615
Binary101101110001010111101010100101001110110100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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