Html Css Color HEX #14240F Myrtle

📋 copy color: '#14240F'

red 20 ◦ green 36 ◦ blue 15

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

Shades of Myrtle #14240F

Tints of Myrtle #14240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 50.7%

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

R = 28.17%
G = 50.7%
B = 21.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#14240F (or 0x14240F) is known color: Myrtle. HEX triplet: 14, 24 and 0F. RGB value is (20,36,15). Sum of RGB (Red+Green+Blue) = 20+36+15=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #14240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14240F is #EBDBF0. Grayscale: #1C1C1C. Windows color (decimal): -15457265 or 992276. OLE color: 992276.

HSL color Cylindrical-coordinate representation of color #14240F: hue angle of 105.71º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14240F is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 36 15 -
CMYK 0.44 0 0.58 0.86
HSL 105.71º 0.41% 0.1% -
HSV(B) 105.71º 0.58% 0.14% -
XYZ 1.01 1.44 0.68 -
YUV 28.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 20 36 15 0.44 0 0.58 0.86 105.71 0.41 0.1
Hex 14 24 F 2C 0 3A 56 6A 29 A
Octal 24 44 17 54 0 72 126 152 51 12
Binary 10100 100100 1111 101100 0 111010 1010110 1101010 101001 1010

Color Harmonies of #14240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14240F

Black with #14240F

Text Example


Text Example

White with #14240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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