#104B0B

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

Shades of Myrtle #104B0B

Tints of Myrtle #104B0B

Color information

#104B0B (or 0x104B0B) is unknown color: approx Myrtle. HEX triplet: 10, 4B and 0B. RGB value is (16,75,11). Sum of RGB (Red+Green+Blue) = 16+75+11=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 75 (29.69% from 255 or 73.53% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 75 - color contains mainly: green. Hex color #104B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104B0B is #EFB4F4. Grayscale: #323232. Windows color (decimal): -15709429 or 740112. OLE color: 740112.

HSL color Cylindrical-coordinate representation of color #104B0B: hue angle of 115.31º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104B0B is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB167511-
CMYK0.7900.850.71
HSL115.31º74.42%16.86%-
HSV(B)115.31º85.33%29.41%-
XYZ2.795.171.17-
YUV50.06105.95103.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.69%
GREEN value IS 75 (29.69% from 255) = 73.53%
BLUE value IS 11 (4.69% from 255) = 10.78%
R=15.69%
G=73.53%
B=10.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675110.7900.850.71115.3174.4216.86
Hex104BB4F05547734a11
Octal2011313117012510716311221
Binary100001001011101110011110101010110001111110011100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104B0B; }

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

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

<style>
 a { background-color: #104B0B; }

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

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

<style>
 span { border-color: #104B0B; }

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

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