Html Css Color HEX #143413 Myrtle

📋 copy color: '#143413'

red 20 ◦ green 52 ◦ blue 19

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

Shades of Myrtle #143413

Tints of Myrtle #143413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 57.14%

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

R = 21.98%
G = 57.14%
B = 20.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#143413 (or 0x143413) is known color: Myrtle. HEX triplet: 14, 34 and 13. RGB value is (20,52,19). Sum of RGB (Red+Green+Blue) = 20+52+19=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #143413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143413 is #EBCBEC. Grayscale: #262626. Windows color (decimal): -15453165 or 1258516. OLE color: 1258516.

HSL color Cylindrical-coordinate representation of color #143413: hue angle of 118.18º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143413 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 52 19 -
CMYK 0.62 0 0.63 0.80
HSL 118.18º 0.46% 0.14% -
HSV(B) 118.18º 0.63% 0.2% -
XYZ 1.63 2.65 1.04 -
YUV 38.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 20 52 19 0.62 0 0.63 0.80 118.18 0.46 0.14
Hex 14 34 13 3E 0 3F 50 76 2E E
Octal 24 64 23 76 0 77 120 166 56 16
Binary 10100 110100 10011 111110 0 111111 1010000 1110110 101110 1110

Color Harmonies of #143413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143413

Black with #143413

Text Example


Text Example

White with #143413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143413; }

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

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

background-color css

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

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

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

border-color css

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

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

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