#0E3509

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

Shades of Myrtle #0E3509

Tints of Myrtle #0E3509

Color information

#0E3509 (or 0x0E3509) is unknown color: approx Myrtle. HEX triplet: 0E, 35 and 09. RGB value is (14,53,9). Sum of RGB (Red+Green+Blue) = 14+53+9=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #0E3509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3509 is #F1CAF6. Grayscale: #242424. Windows color (decimal): -15846135 or 603406. OLE color: 603406.

HSL color Cylindrical-coordinate representation of color #0E3509: hue angle of 113.18º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E3509 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB14539-
CMYK0.7400.830.79
HSL113.18º70.97%12.16%-
HSV(B)113.18º83.02%20.78%-
XYZ1.52.660.69-
YUV36.32112.58112.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.42%
GREEN value IS 53 (21.09% from 255) = 69.74%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=18.42%
G=69.74%
B=11.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal145390.7400.830.79113.1870.9712.16
HexE3594A0534F7147c
Octal166511112012311716110714
Binary111011010110011001010010100111001111111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,53,9); }

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

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

 a { background-color: rgb(14,53,9); }

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

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

 span { border-color: rgb(14,53,9); }

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