#0E3409

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

Shades of Myrtle #0E3409

Tints of Myrtle #0E3409

Color information

#0E3409 (or 0x0E3409) is unknown color: approx Myrtle. HEX triplet: 0E, 34 and 09. RGB value is (14,52,9). Sum of RGB (Red+Green+Blue) = 14+52+9=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #0E3409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3409 is #F1CBF6. Grayscale: #232323. Windows color (decimal): -15846391 or 603150. OLE color: 603150.

HSL color Cylindrical-coordinate representation of color #0E3409: hue angle of 113.02º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E3409 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB14529-
CMYK0.7300.830.80
HSL113.02º70.49%11.96%-
HSV(B)113.02º82.69%20.39%-
XYZ1.462.570.68-
YUV35.74112.91112.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.67%
GREEN value IS 52 (20.70% from 255) = 69.33%
BLUE value IS 9 (3.91% from 255) = 12%
R=18.67%
G=69.33%
B=12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal145290.7300.830.80113.0270.4911.96
HexE34949053507146c
Octal166411111012312016110614
Binary111011010010011001001010100111010000111000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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