Html Css Color HEX #0E3307 Myrtle

📋 copy color: '#0E3307'

red 14 ◦ green 51 ◦ blue 7

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

Shades of Myrtle #0E3307

Tints of Myrtle #0E3307

RGB

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

 GREEN value IS 51 (20.31% from 255) = 70.83%

 BLUE value IS 7 (3.13% from 255) = 9.72%

R = 19.44%
G = 70.83%
B = 9.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#0E3307 (or 0x0E3307) is known color: Myrtle. HEX triplet: 0E, 33 and 07. RGB value is (14,51,7). Sum of RGB (Red+Green+Blue) = 14+51+7=72 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.44% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #0E3307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3307 is #F1CCF8. Grayscale: #232323. Windows color (decimal): -15846649 or 471822. OLE color: 471822.

HSL color Cylindrical-coordinate representation of color #0E3307: hue angle of 110.45º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E3307 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.8.

Color convert

RGB 14 51 7 -
CMYK 0.73 0 0.86 0.8
HSL 110.45º 0.76% 0.11% -
HSV(B) 110.45º 0.86% 0.2% -
XYZ 1.4 2.48 0.61 -
YUV 34.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 14 51 7 0.73 0 0.86 0.8 110.45 0.76 0.11
Hex E 33 7 49 0 56 50 6E 4C B
Octal 16 63 7 111 0 126 120 156 114 13
Binary 1110 110011 111 1001001 0 1010110 1010000 1101110 1001100 1011

Color Harmonies of #0E3307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3307

Black with #0E3307

Text Example


Text Example

White with #0E3307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,51,7); }

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

background-color css

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

 a { background-color: rgb(14,51,7); }

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

border-color css

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

 span { border-color: rgb(14,51,7); }

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