Html Css Color HEX #01540E Myrtle

📋 copy color: '#01540E'

red 1 ◦ green 84 ◦ blue 14

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

Shades of Myrtle #01540E

Tints of Myrtle #01540E

RGB

 RED value IS 1 (0.78% from 255) = 1.01%

 GREEN value IS 84 (33.2% from 255) = 84.85%

 BLUE value IS 14 (5.86% from 255) = 14.14%

R = 1.01%
G = 84.85%
B = 14.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#01540E (or 0x01540E) is known color: Myrtle. HEX triplet: 01, 54 and 0E. RGB value is (1,84,14). Sum of RGB (Red+Green+Blue) = 1+84+14=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 84 (33.20% from 255 or 84.85% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 84 - color contains mainly: green. Hex color #01540E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01540E is #FEABF1. Grayscale: #333333. Windows color (decimal): -16690162 or 939009. OLE color: 939009.

HSL color Cylindrical-coordinate representation of color #01540E: hue angle of 129.4º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01540E is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 84 14 -
CMYK 0.99 0 0.83 0.67
HSL 129.4º 0.98% 0.17% -
HSV(B) 129.4º 0.99% 0.33% -
XYZ 3.26 6.38 1.47 -
YUV 51.2 107 92.19 -
System Red Green Blue C M Y K H S L
Decimal 1 84 14 0.99 0 0.83 0.67 129.4 0.98 0.17
Hex 1 54 E 63 0 53 43 81 62 11
Octal 1 124 16 143 0 123 103 201 142 21
Binary 1 1010100 1110 1100011 0 1010011 1000011 10000001 1100010 10001

Color Harmonies of #01540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01540E

Black with #01540E

Text Example


Text Example

White with #01540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01540E; }

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

 H1.HeaderClassName
 {
   color: #01540E;
 }
 .AnyTagClassName
 {
   color: #01540E;
 }
</style>

background-color css

<style>
 a { background-color: #01540E; }

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

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

border-color css

<style>
 span { border-color: #01540E; }

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

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