#0E3401

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

Shades of Myrtle #0E3401

Tints of Myrtle #0E3401

Color information

#0E3401 (or 0x0E3401) is unknown color: approx Myrtle. HEX triplet: 0E, 34 and 01. RGB value is (14,52,1). Sum of RGB (Red+Green+Blue) = 14+52+1=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 52 (20.70% from 255 or 77.61% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 52 - color contains mainly: green. Hex color #0E3401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3401 is #F1CBFE. Grayscale: #222222. Windows color (decimal): -15846399 or 78862. OLE color: 78862.

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

Color convert

RGB14521-
CMYK0.7300.980.80
HSL104.71º96.23%10.39%-
HSV(B)104.71º98.08%20.39%-
XYZ1.412.550.45-
YUV34.82108.91113.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.90%
GREEN value IS 52 (20.70% from 255) = 77.61%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=20.90%
G=77.61%
B=1.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal145210.7300.980.80104.7196.2310.39
HexE34149062506960a
Octal16641111014212015114012
Binary111011010011001001011000101010000110100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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