Html Css Color HEX #142413 Myrtle

📋 copy color: '#142413'

red 20 ◦ green 36 ◦ blue 19

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

Shades of Myrtle #142413

Tints of Myrtle #142413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25.33%

R = 26.67%
G = 48%
B = 25.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#142413 (or 0x142413) is known color: Myrtle. HEX triplet: 14, 24 and 13. RGB value is (20,36,19). Sum of RGB (Red+Green+Blue) = 20+36+19=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #142413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142413 is #EBDBEC. Grayscale: #1D1D1D. Windows color (decimal): -15457261 or 1254420. OLE color: 1254420.

HSL color Cylindrical-coordinate representation of color #142413: hue angle of 116.47º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #142413 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 36 19 -
CMYK 0.44 0 0.47 0.86
HSL 116.47º 0.31% 0.11% -
HSV(B) 116.47º 0.47% 0.14% -
XYZ 1.04 1.46 0.84 -
YUV 29.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 20 36 19 0.44 0 0.47 0.86 116.47 0.31 0.11
Hex 14 24 13 2C 0 2F 56 74 1F B
Octal 24 44 23 54 0 57 126 164 37 13
Binary 10100 100100 10011 101100 0 101111 1010110 1110100 11111 1011

Color Harmonies of #142413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142413

Black with #142413

Text Example


Text Example

White with #142413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142413; }

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

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

background-color css

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

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

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

border-color css

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

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

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