Html Css Color HEX #14380E Myrtle

📋 copy color: '#14380E'

red 20 ◦ green 56 ◦ blue 14

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

Shades of Myrtle #14380E

Tints of Myrtle #14380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 62.22%

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

R = 22.22%
G = 62.22%
B = 15.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#14380E (or 0x14380E) is known color: Myrtle. HEX triplet: 14, 38 and 0E. RGB value is (20,56,14). Sum of RGB (Red+Green+Blue) = 20+56+14=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #14380E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14380E is #EBC7F1. Grayscale: #282828. Windows color (decimal): -15452146 or 931860. OLE color: 931860.

HSL color Cylindrical-coordinate representation of color #14380E: hue angle of 111.43º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14380E is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 56 14 -
CMYK 0.64 0 0.75 0.78
HSL 111.43º 0.6% 0.14% -
HSV(B) 111.43º 0.75% 0.22% -
XYZ 1.78 3.01 0.9 -
YUV 40.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 20 56 14 0.64 0 0.75 0.78 111.43 0.6 0.14
Hex 14 38 E 40 0 4B 4E 6F 3C E
Octal 24 70 16 100 0 113 116 157 74 16
Binary 10100 111000 1110 1000000 0 1001011 1001110 1101111 111100 1110

Color Harmonies of #14380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14380E

Black with #14380E

Text Example


Text Example

White with #14380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,56,14); }

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

background-color css

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

 a { background-color: rgb(20,56,14); }

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

border-color css

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

 span { border-color: rgb(20,56,14); }

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