#0E370B

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

Shades of Myrtle #0E370B

Tints of Myrtle #0E370B

Color information

#0E370B (or 0x0E370B) is unknown color: approx Myrtle. HEX triplet: 0E, 37 and 0B. RGB value is (14,55,11). Sum of RGB (Red+Green+Blue) = 14+55+11=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 55 (21.88% from 255 or 68.75% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 55 - color contains mainly: green. Hex color #0E370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E370B is #F1C8F4. Grayscale: #252525. Windows color (decimal): -15845621 or 734990. OLE color: 734990.

HSL color Cylindrical-coordinate representation of color #0E370B: hue angle of 115.91º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E370B is Cyan = 0.75, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB145511-
CMYK0.7500.80.78
HSL115.91º66.67%12.94%-
HSV(B)115.91º80%21.57%-
XYZ1.612.850.78-
YUV37.72112.92111.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.5%
GREEN value IS 55 (21.88% from 255) = 68.75%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=17.5%
G=68.75%
B=13.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1455110.7500.80.78115.9166.6712.94
HexE37B4B0504E7443d
Octal166713113012011616410315
Binary111011011110111001011010100001001110111010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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