Html Css Color HEX #0E3509 Myrtle

📋 copy color: '#0E3509'

red 14 ◦ green 53 ◦ blue 9

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

Shades of Myrtle #0E3509

Tints of Myrtle #0E3509

RGB

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

 GREEN value IS 53 (21.09% from 255) = 69.74%

 BLUE value IS 9 (3.91% from 255) = 11.84%

R = 18.42%
G = 69.74%
B = 11.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#0E3509 (or 0x0E3509) is known color: Myrtle. HEX triplet: 0E, 35 and 09. RGB value is (14,53,9). Sum of RGB (Red+Green+Blue) = 14+53+9=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #0E3509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3509 is #F1CAF6. Grayscale: #242424. Windows color (decimal): -15846135 or 603406. OLE color: 603406.

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

Color convert

RGB 14 53 9 -
CMYK 0.74 0 0.83 0.79
HSL 113.18º 0.71% 0.12% -
HSV(B) 113.18º 0.83% 0.21% -
XYZ 1.5 2.66 0.69 -
YUV 36.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 14 53 9 0.74 0 0.83 0.79 113.18 0.71 0.12
Hex E 35 9 4A 0 53 4F 71 47 C
Octal 16 65 11 112 0 123 117 161 107 14
Binary 1110 110101 1001 1001010 0 1010011 1001111 1110001 1000111 1100

Color Harmonies of #0E3509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3509

Black with #0E3509

Text Example


Text Example

White with #0E3509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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