#16380C

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

Shades of Myrtle #16380C

Tints of Myrtle #16380C

Color information

#16380C (or 0x16380C) is unknown color: approx Myrtle. HEX triplet: 16, 38 and 0C. RGB value is (22,56,12). Sum of RGB (Red+Green+Blue) = 22+56+12=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #16380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16380C is #E9C7F3. Grayscale: #282828. Windows color (decimal): -15321076 or 800790. OLE color: 800790.

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

Color convert

RGB225612-
CMYK0.6100.790.78
HSL106.36º64.71%13.33%-
HSV(B)106.36º78.57%21.96%-
XYZ1.813.030.84-
YUV40.82111.74114.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.44%
GREEN value IS 56 (22.27% from 255) = 62.22%
BLUE value IS 12 (5.08% from 255) = 13.33%
R=24.44%
G=62.22%
B=13.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256120.6100.790.78106.3664.7113.33
Hex1638C3D04F4E6a41d
Octal26701475011711615210115
Binary101101110001100111101010011111001110110101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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