Html Css Color HEX #01550E Myrtle

📋 copy color: '#01550E'

red 1 ◦ green 85 ◦ blue 14

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

Shades of Myrtle #01550E

Tints of Myrtle #01550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 85%

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

R = 1%
G = 85%
B = 14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#01550E (or 0x01550E) is known color: Myrtle. HEX triplet: 01, 55 and 0E. RGB value is (1,85,14). Sum of RGB (Red+Green+Blue) = 1+85+14=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 85 (33.59% from 255 or 85% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 85 - color contains mainly: green. Hex color #01550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01550E is #FEAAF1. Grayscale: #333333. Windows color (decimal): -16689906 or 939265. OLE color: 939265.

HSL color Cylindrical-coordinate representation of color #01550E: hue angle of 129.29º 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 #01550E is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 85 14 -
CMYK 0.99 0 0.84 0.67
HSL 129.29º 0.98% 0.17% -
HSV(B) 129.29º 0.99% 0.33% -
XYZ 3.34 6.54 1.5 -
YUV 51.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 1 85 14 0.99 0 0.84 0.67 129.29 0.98 0.17
Hex 1 55 E 63 0 54 43 81 62 11
Octal 1 125 16 143 0 124 103 201 142 21
Binary 1 1010101 1110 1100011 0 1010100 1000011 10000001 1100010 10001

Color Harmonies of #01550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01550E

Black with #01550E

Text Example


Text Example

White with #01550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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