Html Css Color HEX #14380D Myrtle

📋 copy color: '#14380D'

red 20 ◦ green 56 ◦ blue 13

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

Shades of Myrtle #14380D

Tints of Myrtle #14380D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.61%

R = 22.47%
G = 62.92%
B = 14.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#14380D (or 0x14380D) is known color: Myrtle. HEX triplet: 14, 38 and 0D. RGB value is (20,56,13). Sum of RGB (Red+Green+Blue) = 20+56+13=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #14380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14380D is #EBC7F2. Grayscale: #282828. Windows color (decimal): -15452147 or 866324. OLE color: 866324.

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

Color convert

RGB 20 56 13 -
CMYK 0.64 0 0.77 0.78
HSL 110.23º 0.62% 0.14% -
HSV(B) 110.23º 0.77% 0.22% -
XYZ 1.78 3.01 0.87 -
YUV 40.33 112.57 113.5 -
System Red Green Blue C M Y K H S L
Decimal 20 56 13 0.64 0 0.77 0.78 110.23 0.62 0.14
Hex 14 38 D 40 0 4D 4E 6E 3E E
Octal 24 70 15 100 0 115 116 156 76 16
Binary 10100 111000 1101 1000000 0 1001101 1001110 1101110 111110 1110

Color Harmonies of #14380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14380D

Black with #14380D

Text Example


Text Example

White with #14380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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