Html Css Color HEX #143813 Myrtle

📋 copy color: '#143813'

red 20 ◦ green 56 ◦ blue 19

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

Shades of Myrtle #143813

Tints of Myrtle #143813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 58.95%

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

R = 21.05%
G = 58.95%
B = 20%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#143813 (or 0x143813) is known color: Myrtle. HEX triplet: 14, 38 and 13. RGB value is (20,56,19). Sum of RGB (Red+Green+Blue) = 20+56+19=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #143813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143813 is #EBC7EC. Grayscale: #292929. Windows color (decimal): -15452141 or 1259540. OLE color: 1259540.

HSL color Cylindrical-coordinate representation of color #143813: hue angle of 118.38º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143813 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 56 19 -
CMYK 0.64 0 0.66 0.78
HSL 118.38º 0.49% 0.15% -
HSV(B) 118.38º 0.66% 0.22% -
XYZ 1.82 3.02 1.1 -
YUV 41.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 20 56 19 0.64 0 0.66 0.78 118.38 0.49 0.15
Hex 14 38 13 40 0 42 4E 76 31 F
Octal 24 70 23 100 0 102 116 166 61 17
Binary 10100 111000 10011 1000000 0 1000010 1001110 1110110 110001 1111

Color Harmonies of #143813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143813

Black with #143813

Text Example


Text Example

White with #143813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143813; }

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

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

background-color css

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

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

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

border-color css

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

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

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