Html Css Color HEX #143314 Myrtle

📋 copy color: '#143314'

red 20 ◦ green 51 ◦ blue 20

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

Shades of Myrtle #143314

Tints of Myrtle #143314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 56.04%

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

R = 21.98%
G = 56.04%
B = 21.98%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#143314 (or 0x143314) is known color: Myrtle. HEX triplet: 14, 33 and 14. RGB value is (20,51,20). Sum of RGB (Red+Green+Blue) = 20+51+20=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #143314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143314 is #EBCCEB. Grayscale: #262626. Windows color (decimal): -15453420 or 1323796. OLE color: 1323796.

HSL color Cylindrical-coordinate representation of color #143314: hue angle of 120º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143314 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 20 -
CMYK 0.61 0 0.61 0.8
HSL 120º 0.44% 0.14% -
HSV(B) 120º 0.61% 0.2% -
XYZ 1.6 2.57 1.07 -
YUV 38.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 20 51 20 0.61 0 0.61 0.8 120 0.44 0.14
Hex 14 33 14 3D 0 3D 50 78 2C E
Octal 24 63 24 75 0 75 120 170 54 16
Binary 10100 110011 10100 111101 0 111101 1010000 1111000 101100 1110

Color Harmonies of #143314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143314

Black with #143314

Text Example


Text Example

White with #143314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143314; }

 p { color: rgb(20,51,20); }

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

background-color css

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

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

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

border-color css

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

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

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