Html Css Color HEX #0E3006 Myrtle

📋 copy color: '#0E3006'

red 14 ◦ green 48 ◦ blue 6

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

Shades of Myrtle #0E3006

Tints of Myrtle #0E3006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 70.59%

 BLUE value IS 6 (2.73% from 255) = 8.82%

R = 20.59%
G = 70.59%
B = 8.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#0E3006 (or 0x0E3006) is known color: Myrtle. HEX triplet: 0E, 30 and 06. RGB value is (14,48,6). Sum of RGB (Red+Green+Blue) = 14+48+6=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #0E3006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3006 is #F1CFF9. Grayscale: #212121. Windows color (decimal): -15847418 or 405518. OLE color: 405518.

HSL color Cylindrical-coordinate representation of color #0E3006: hue angle of 108.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E3006 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB 14 48 6 -
CMYK 0.71 0 0.87 0.81
HSL 108.57º 0.78% 0.11% -
HSV(B) 108.57º 0.88% 0.19% -
XYZ 1.27 2.22 0.53 -
YUV 33.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 14 48 6 0.71 0 0.87 0.81 108.57 0.78 0.11
Hex E 30 6 47 0 57 51 6D 4E B
Octal 16 60 6 107 0 127 121 155 116 13
Binary 1110 110000 110 1000111 0 1010111 1010001 1101101 1001110 1011

Color Harmonies of #0E3006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3006

Black with #0E3006

Text Example


Text Example

White with #0E3006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,48,6); }

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

background-color css

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

 a { background-color: rgb(14,48,6); }

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

border-color css

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

 span { border-color: rgb(14,48,6); }

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