Html Css Color HEX #144201 Myrtle

📋 copy color: '#144201'

red 20 ◦ green 66 ◦ blue 1

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

Shades of Myrtle #144201

Tints of Myrtle #144201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 75.86%

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

R = 22.99%
G = 75.86%
B = 1.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#144201 (or 0x144201) is known color: Myrtle. HEX triplet: 14, 42 and 01. RGB value is (20,66,1). Sum of RGB (Red+Green+Blue) = 20+66+1=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 66 (26.17% from 255 or 75.86% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 66 - color contains mainly: green. Hex color #144201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144201 is #EBBDFE. Grayscale: #2D2D2D. Windows color (decimal): -15449599 or 82452. OLE color: 82452.

HSL color Cylindrical-coordinate representation of color #144201: hue angle of 102.46º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #144201 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 1 -
CMYK 0.70 0 0.98 0.74
HSL 102.46º 0.97% 0.13% -
HSV(B) 102.46º 0.98% 0.26% -
XYZ 2.24 4.05 0.69 -
YUV 44.84 103.26 110.29 -
System Red Green Blue C M Y K H S L
Decimal 20 66 1 0.70 0 0.98 0.74 102.46 0.97 0.13
Hex 14 42 1 46 0 62 4A 66 61 D
Octal 24 102 1 106 0 142 112 146 141 15
Binary 10100 1000010 1 1000110 0 1100010 1001010 1100110 1100001 1101

Color Harmonies of #144201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144201

Black with #144201

Text Example


Text Example

White with #144201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144201; }

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

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

background-color css

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

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

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

border-color css

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

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

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