#0B3A0C

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

Shades of Myrtle #0B3A0C

Tints of Myrtle #0B3A0C

Color information

#0B3A0C (or 0x0B3A0C) is unknown color: approx Myrtle. HEX triplet: 0B, 3A and 0C. RGB value is (11,58,12). Sum of RGB (Red+Green+Blue) = 11+58+12=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 58 (23.05% from 255 or 71.60% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3A0C is #F4C5F3. Grayscale: #262626. Windows color (decimal): -16041460 or 801291. OLE color: 801291.

HSL color Cylindrical-coordinate representation of color #0B3A0C: hue angle of 121.28º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3A0C is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.

Color convert

RGB115812-
CMYK0.8100.790.77
HSL121.28º68.12%13.53%-
HSV(B)121.28º81.03%22.75%-
XYZ1.723.120.86-
YUV38.7112.93108.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.58%
GREEN value IS 58 (23.05% from 255) = 71.60%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=13.58%
G=71.60%
B=14.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1158120.8100.790.77121.2868.1213.53
HexB3AC5104F4D7944e
Octal137214121011711517110416
Binary101111101011001010001010011111001101111100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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