Html Css Color HEX #143013 Myrtle

📋 copy color: '#143013'

red 20 ◦ green 48 ◦ blue 19

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

Shades of Myrtle #143013

Tints of Myrtle #143013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 55.17%

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

R = 22.99%
G = 55.17%
B = 21.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#143013 (or 0x143013) is known color: Myrtle. HEX triplet: 14, 30 and 13. RGB value is (20,48,19). Sum of RGB (Red+Green+Blue) = 20+48+19=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #143013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143013 is #EBCFEC. Grayscale: #242424. Windows color (decimal): -15454189 or 1257492. OLE color: 1257492.

HSL color Cylindrical-coordinate representation of color #143013: hue angle of 117.93º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143013 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 19 -
CMYK 0.58 0 0.60 0.81
HSL 117.93º 0.43% 0.13% -
HSV(B) 117.93º 0.6% 0.19% -
XYZ 1.46 2.31 0.98 -
YUV 36.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 20 48 19 0.58 0 0.60 0.81 117.93 0.43 0.13
Hex 14 30 13 3A 0 3C 51 76 2B D
Octal 24 60 23 72 0 74 121 166 53 15
Binary 10100 110000 10011 111010 0 111100 1010001 1110110 101011 1101

Color Harmonies of #143013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143013

Black with #143013

Text Example


Text Example

White with #143013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143013; }

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

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

background-color css

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

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

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

border-color css

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

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

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