Html Css Color HEX #142511 Myrtle

📋 copy color: '#142511'

red 20 ◦ green 37 ◦ blue 17

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

Shades of Myrtle #142511

Tints of Myrtle #142511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 50%

 BLUE value IS 17 (7.03% from 255) = 22.97%

R = 27.03%
G = 50%
B = 22.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#142511 (or 0x142511) is known color: Myrtle. HEX triplet: 14, 25 and 11. RGB value is (20,37,17). Sum of RGB (Red+Green+Blue) = 20+37+17=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #142511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142511 is #EBDAEE. Grayscale: #1D1D1D. Windows color (decimal): -15457007 or 1123604. OLE color: 1123604.

HSL color Cylindrical-coordinate representation of color #142511: hue angle of 111º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #142511 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 17 -
CMYK 0.46 0 0.54 0.85
HSL 111º 0.37% 0.11% -
HSV(B) 111º 0.54% 0.15% -
XYZ 1.05 1.51 0.77 -
YUV 29.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 20 37 17 0.46 0 0.54 0.85 111 0.37 0.11
Hex 14 25 11 2E 0 36 55 6F 25 B
Octal 24 45 21 56 0 66 125 157 45 13
Binary 10100 100101 10001 101110 0 110110 1010101 1101111 100101 1011

Color Harmonies of #142511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142511

Black with #142511

Text Example


Text Example

White with #142511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142511; }

 p { color: rgb(20,37,17); }

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

background-color css

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

 a { background-color: rgb(20,37,17); }

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

border-color css

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

 span { border-color: rgb(20,37,17); }

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