#10400B

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

Shades of Myrtle #10400B

Tints of Myrtle #10400B

Color information

#10400B (or 0x10400B) is unknown color: approx Myrtle. HEX triplet: 10, 40 and 0B. RGB value is (16,64,11). Sum of RGB (Red+Green+Blue) = 16+64+11=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #10400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10400B is #EFBFF4. Grayscale: #2B2B2B. Windows color (decimal): -15712245 or 737296. OLE color: 737296.

HSL color Cylindrical-coordinate representation of color #10400B: hue angle of 114.34º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10400B is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB166411-
CMYK0.7500.830.75
HSL114.34º70.67%14.71%-
HSV(B)114.34º82.81%25.1%-
XYZ2.113.80.94-
YUV43.61109.6108.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.58%
GREEN value IS 64 (25.39% from 255) = 70.33%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=17.58%
G=70.33%
B=12.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664110.7500.830.75114.3470.6714.71
Hex1040B4B0534B7247f
Octal2010013113012311316210717
Binary10000100000010111001011010100111001011111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,64,11); }

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

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

 a { background-color: rgb(16,64,11); }

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

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

 span { border-color: rgb(16,64,11); }

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