Html Css Color HEX #0E3801 Myrtle

📋 copy color: '#0E3801'

red 14 ◦ green 56 ◦ blue 1

#0E3801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0E3801

Tints of Myrtle #0E3801

RGB

 RED value IS 14 (5.86% from 255) = 19.72%

 GREEN value IS 56 (22.27% from 255) = 78.87%

 BLUE value IS 1 (0.78% from 255) = 1.41%

R = 19.72%
G = 78.87%
B = 1.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#0E3801 (or 0x0E3801) is known color: Myrtle. HEX triplet: 0E, 38 and 01. RGB value is (14,56,1). Sum of RGB (Red+Green+Blue) = 14+56+1=71 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.72% from 71); Green value is 56 (22.27% from 255 or 78.87% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 56 - color contains mainly: green. Hex color #0E3801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3801 is #F1C7FE. Grayscale: #252525. Windows color (decimal): -15845375 or 79886. OLE color: 79886.

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

Color convert

RGB 14 56 1 -
CMYK 0.75 0 0.98 0.78
HSL 105.82º 0.96% 0.11% -
HSV(B) 105.82º 0.98% 0.22% -
XYZ 1.6 2.92 0.51 -
YUV 37.17 107.59 111.47 -
System Red Green Blue C M Y K H S L
Decimal 14 56 1 0.75 0 0.98 0.78 105.82 0.96 0.11
Hex E 38 1 4B 0 62 4E 6A 60 B
Octal 16 70 1 113 0 142 116 152 140 13
Binary 1110 111000 1 1001011 0 1100010 1001110 1101010 1100000 1011

Color Harmonies of #0E3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3801

Black with #0E3801

Text Example


Text Example

White with #0E3801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E3801;
 }
 .AnyTagClassName
 {
   color: #0E3801;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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