#0B410C

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

Shades of Myrtle #0B410C

Tints of Myrtle #0B410C

Color information

#0B410C (or 0x0B410C) is unknown color: approx Myrtle. HEX triplet: 0B, 41 and 0C. RGB value is (11,65,12). Sum of RGB (Red+Green+Blue) = 11+65+12=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 65 (25.78% from 255 or 73.86% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 65 - color contains mainly: green. Hex color #0B410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B410C is #F4BEF3. Grayscale: #2A2A2A. Windows color (decimal): -16039668 or 803083. OLE color: 803083.

HSL color Cylindrical-coordinate representation of color #0B410C: hue angle of 121.11º 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 #0B410C is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB116512-
CMYK0.8300.820.75
HSL121.11º71.05%14.9%-
HSV(B)121.11º83.08%25.49%-
XYZ2.093.880.99-
YUV42.81110.61105.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.5%
GREEN value IS 65 (25.78% from 255) = 73.86%
BLUE value IS 12 (5.08% from 255) = 13.64%
R=12.5%
G=73.86%
B=13.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1165120.8300.820.75121.1171.0514.9
HexB41C530524B7947f
Octal1310114123012211317110717
Binary1011100000111001010011010100101001011111100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B410C; }

 p { color: rgb(11,65,12); }

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

<style>
 a { background-color: #0B410C; }

 a { background-color: rgb(11,65,12); }

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

<style>
 span { border-color: #0B410C; }

 span { border-color: rgb(11,65,12); }

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