Html Css Color HEX #14441B Myrtle

📋 copy color: '#14441B'

red 20 ◦ green 68 ◦ blue 27

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

Shades of Myrtle #14441B

Tints of Myrtle #14441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 59.13%

 BLUE value IS 27 (10.94% from 255) = 23.48%

R = 17.39%
G = 59.13%
B = 23.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#14441B (or 0x14441B) is known color: Myrtle. HEX triplet: 14, 44 and 1B. RGB value is (20,68,27). Sum of RGB (Red+Green+Blue) = 20+68+27=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #14441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14441B is #EBBBE4. Grayscale: #313131. Windows color (decimal): -15449061 or 1786900. OLE color: 1786900.

HSL color Cylindrical-coordinate representation of color #14441B: hue angle of 128.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14441B is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 68 27 -
CMYK 0.71 0 0.60 0.73
HSL 128.75º 0.55% 0.17% -
HSV(B) 128.75º 0.71% 0.27% -
XYZ 2.55 4.36 1.74 -
YUV 48.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 20 68 27 0.71 0 0.60 0.73 128.75 0.55 0.17
Hex 14 44 1B 47 0 3C 49 81 37 11
Octal 24 104 33 107 0 74 111 201 67 21
Binary 10100 1000100 11011 1000111 0 111100 1001001 10000001 110111 10001

Color Harmonies of #14441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14441B

Black with #14441B

Text Example


Text Example

White with #14441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14441B; }

 p { color: rgb(20,68,27); }

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

background-color css

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

 a { background-color: rgb(20,68,27); }

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

border-color css

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

 span { border-color: rgb(20,68,27); }

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