Html Css Color HEX #14380F Myrtle

📋 copy color: '#14380F'

red 20 ◦ green 56 ◦ blue 15

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

Shades of Myrtle #14380F

Tints of Myrtle #14380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 16.48%

R = 21.98%
G = 61.54%
B = 16.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#14380F (or 0x14380F) is known color: Myrtle. HEX triplet: 14, 38 and 0F. RGB value is (20,56,15). Sum of RGB (Red+Green+Blue) = 20+56+15=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #14380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14380F is #EBC7F0. Grayscale: #282828. Windows color (decimal): -15452145 or 997396. OLE color: 997396.

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

Color convert

RGB 20 56 15 -
CMYK 0.64 0 0.73 0.78
HSL 112.68º 0.58% 0.14% -
HSV(B) 112.68º 0.73% 0.22% -
XYZ 1.79 3.01 0.94 -
YUV 40.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 20 56 15 0.64 0 0.73 0.78 112.68 0.58 0.14
Hex 14 38 F 40 0 49 4E 71 3A E
Octal 24 70 17 100 0 111 116 161 72 16
Binary 10100 111000 1111 1000000 0 1001001 1001110 1110001 111010 1110

Color Harmonies of #14380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14380F

Black with #14380F

Text Example


Text Example

White with #14380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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