Html Css Color HEX #143701 Myrtle

📋 copy color: '#143701'

red 20 ◦ green 55 ◦ blue 1

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

Shades of Myrtle #143701

Tints of Myrtle #143701

RGB

 RED value IS 20 (8.2% from 255) = 26.32%

 GREEN value IS 55 (21.88% from 255) = 72.37%

 BLUE value IS 1 (0.78% from 255) = 1.32%

R = 26.32%
G = 72.37%
B = 1.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#143701 (or 0x143701) is known color: Myrtle. HEX triplet: 14, 37 and 01. RGB value is (20,55,1). Sum of RGB (Red+Green+Blue) = 20+55+1=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #143701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143701 is #EBC8FE. Grayscale: #262626. Windows color (decimal): -15452415 or 79636. OLE color: 79636.

HSL color Cylindrical-coordinate representation of color #143701: hue angle of 98.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #143701 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 1 -
CMYK 0.64 0 0.98 0.78
HSL 98.89º 0.96% 0.11% -
HSV(B) 98.89º 0.98% 0.22% -
XYZ 1.66 2.88 0.5 -
YUV 38.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 20 55 1 0.64 0 0.98 0.78 98.89 0.96 0.11
Hex 14 37 1 40 0 62 4E 63 60 B
Octal 24 67 1 100 0 142 116 143 140 13
Binary 10100 110111 1 1000000 0 1100010 1001110 1100011 1100000 1011

Color Harmonies of #143701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143701

Black with #143701

Text Example


Text Example

White with #143701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143701; }

 p { color: rgb(20,55,1); }

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

background-color css

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

 a { background-color: rgb(20,55,1); }

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

border-color css

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

 span { border-color: rgb(20,55,1); }

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