#0E3501

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

Shades of Myrtle #0E3501

Tints of Myrtle #0E3501

Color information

#0E3501 (or 0x0E3501) is unknown color: approx Myrtle. HEX triplet: 0E, 35 and 01. RGB value is (14,53,1). Sum of RGB (Red+Green+Blue) = 14+53+1=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 53 (21.09% from 255 or 77.94% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 53 - color contains mainly: green. Hex color #0E3501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3501 is #F1CAFE. Grayscale: #232323. Windows color (decimal): -15846143 or 79118. OLE color: 79118.

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

Color convert

RGB14531-
CMYK0.7400.980.79
HSL105º96.3%10.59%-
HSV(B)105º98.11%20.78%-
XYZ1.462.640.46-
YUV35.41108.58112.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.59%
GREEN value IS 53 (21.09% from 255) = 77.94%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=20.59%
G=77.94%
B=1.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal145310.7400.980.7910596.310.59
HexE3514A0624F6960b
Octal16651112014211715114013
Binary111011010111001010011000101001111110100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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