#0B5C0E

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

Shades of Myrtle #0B5C0E

Tints of Myrtle #0B5C0E

Color information

#0B5C0E (or 0x0B5C0E) is unknown color: approx Myrtle. HEX triplet: 0B, 5C and 0E. RGB value is (11,92,14). Sum of RGB (Red+Green+Blue) = 11+92+14=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #0B5C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5C0E is #F4A3F1. Grayscale: #3B3B3B. Windows color (decimal): -16032754 or 941067. OLE color: 941067.

HSL color Cylindrical-coordinate representation of color #0B5C0E: hue angle of 122.22º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5C0E is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB119214-
CMYK0.8800.850.64
HSL122.22º78.64%20.2%-
HSV(B)122.22º88.04%36.08%-
XYZ4.047.761.7-
YUV58.89102.6693.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.40%
GREEN value IS 92 (36.33% from 255) = 78.63%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=9.40%
G=78.63%
B=11.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1192140.8800.850.64122.2278.6420.2
HexB5CE58055407a4f14
Octal1313416130012510017211724
Binary10111011100111010110000101010110000001111010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,92,14); }

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

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

 a { background-color: rgb(11,92,14); }

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

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

 span { border-color: rgb(11,92,14); }

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