#0E430B

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

Shades of Myrtle #0E430B

Tints of Myrtle #0E430B

Color information

#0E430B (or 0x0E430B) is unknown color: approx Myrtle. HEX triplet: 0E, 43 and 0B. RGB value is (14,67,11). Sum of RGB (Red+Green+Blue) = 14+67+11=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 67 (26.56% from 255 or 72.83% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 67 - color contains mainly: green. Hex color #0E430B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E430B is #F1BCF4. Grayscale: #2C2C2C. Windows color (decimal): -15842549 or 738062. OLE color: 738062.

HSL color Cylindrical-coordinate representation of color #0E430B: hue angle of 116.79º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E430B is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB146711-
CMYK0.7900.840.74
HSL116.79º71.79%15.29%-
HSV(B)116.79º83.58%26.27%-
XYZ2.254.131-
YUV44.77108.94106.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.22%
GREEN value IS 67 (26.56% from 255) = 72.83%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=15.22%
G=72.83%
B=11.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1467110.7900.840.74116.7971.7915.29
HexE43B4F0544A7548f
Octal1610313117012411216511017
Binary1110100001110111001111010101001001010111010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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