Html Css Color HEX #14461B Myrtle

📋 copy color: '#14461B'

red 20 ◦ green 70 ◦ blue 27

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

Shades of Myrtle #14461B

Tints of Myrtle #14461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 59.83%

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

R = 17.09%
G = 59.83%
B = 23.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#14461B (or 0x14461B) is known color: Myrtle. HEX triplet: 14, 46 and 1B. RGB value is (20,70,27). Sum of RGB (Red+Green+Blue) = 20+70+27=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #14461B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14461B is #EBB9E4. Grayscale: #323232. Windows color (decimal): -15448549 or 1787412. OLE color: 1787412.

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

Color convert

RGB 20 70 27 -
CMYK 0.71 0 0.61 0.73
HSL 128.4º 0.56% 0.18% -
HSV(B) 128.4º 0.71% 0.27% -
XYZ 2.68 4.61 1.79 -
YUV 50.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 20 70 27 0.71 0 0.61 0.73 128.4 0.56 0.18
Hex 14 46 1B 47 0 3D 49 80 38 12
Octal 24 106 33 107 0 75 111 200 70 22
Binary 10100 1000110 11011 1000111 0 111101 1001001 10000000 111000 10010

Color Harmonies of #14461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14461B

Black with #14461B

Text Example


Text Example

White with #14461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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