#0B4812

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

Shades of Myrtle #0B4812

Tints of Myrtle #0B4812

Color information

#0B4812 (or 0x0B4812) is unknown color: approx Myrtle. HEX triplet: 0B, 48 and 12. RGB value is (11,72,18). Sum of RGB (Red+Green+Blue) = 11+72+18=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 72 (28.52% from 255 or 71.29% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 72 - color contains mainly: green. Hex color #0B4812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4812 is #F4B7ED. Grayscale: #2F2F2F. Windows color (decimal): -16037870 or 1198091. OLE color: 1198091.

HSL color Cylindrical-coordinate representation of color #0B4812: hue angle of 126.89º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4812 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB117218-
CMYK0.8500.750.72
HSL126.89º73.49%16.27%-
HSV(B)126.89º84.72%28.24%-
XYZ2.564.751.35-
YUV47.6111.29101.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.89%
GREEN value IS 72 (28.52% from 255) = 71.29%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=10.89%
G=71.29%
B=17.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1172180.8500.750.72126.8973.4916.27
HexB48125504B487f4910
Octal1311022125011311017711120
Binary101110010001001010101010100101110010001111111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,72,18); }

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

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

 a { background-color: rgb(11,72,18); }

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

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

 span { border-color: rgb(11,72,18); }

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