Html Css Color HEX #143A13 Myrtle

📋 copy color: '#143A13'

red 20 ◦ green 58 ◦ blue 19

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

Shades of Myrtle #143A13

Tints of Myrtle #143A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 59.79%

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

R = 20.62%
G = 59.79%
B = 19.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#143A13 (or 0x143A13) is known color: Myrtle. HEX triplet: 14, 3A and 13. RGB value is (20,58,19). Sum of RGB (Red+Green+Blue) = 20+58+19=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 58 (23.05% from 255 or 59.79% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 58 - color contains mainly: green. Hex color #143A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143A13 is #EBC5EC. Grayscale: #2A2A2A. Windows color (decimal): -15451629 or 1260052. OLE color: 1260052.

HSL color Cylindrical-coordinate representation of color #143A13: hue angle of 118.46º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143A13 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 58 19 -
CMYK 0.66 0 0.67 0.77
HSL 118.46º 0.51% 0.15% -
HSV(B) 118.46º 0.67% 0.23% -
XYZ 1.92 3.22 1.14 -
YUV 42.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 20 58 19 0.66 0 0.67 0.77 118.46 0.51 0.15
Hex 14 3A 13 42 0 43 4D 76 33 F
Octal 24 72 23 102 0 103 115 166 63 17
Binary 10100 111010 10011 1000010 0 1000011 1001101 1110110 110011 1111

Color Harmonies of #143A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A13

Black with #143A13

Text Example


Text Example

White with #143A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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