#0B5A14

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

Shades of Myrtle #0B5A14

Tints of Myrtle #0B5A14

Color information

#0B5A14 (or 0x0B5A14) is unknown color: approx Myrtle. HEX triplet: 0B, 5A and 14. RGB value is (11,90,20). Sum of RGB (Red+Green+Blue) = 11+90+20=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5A14 is #F4A5EB. Grayscale: #3A3A3A. Windows color (decimal): -16033260 or 1333771. OLE color: 1333771.

HSL color Cylindrical-coordinate representation of color #0B5A14: hue angle of 126.84º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5A14 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB119020-
CMYK0.8800.780.65
HSL126.84º78.22%19.8%-
HSV(B)126.84º87.78%35.29%-
XYZ3.927.431.89-
YUV58.4106.3394.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.09%
GREEN value IS 90 (35.55% from 255) = 74.38%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=9.09%
G=74.38%
B=16.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1190200.8800.780.65126.8478.2219.8
HexB5A145804E417f4e14
Octal1313224130011610117711624
Binary101110110101010010110000100111010000011111111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,90,20); }

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

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

 a { background-color: rgb(11,90,20); }

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

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

 span { border-color: rgb(11,90,20); }

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