Html Css Color HEX #143915 Myrtle

📋 copy color: '#143915'

red 20 ◦ green 57 ◦ blue 21

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

Shades of Myrtle #143915

Tints of Myrtle #143915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 58.16%

 BLUE value IS 21 (8.59% from 255) = 21.43%

R = 20.41%
G = 58.16%
B = 21.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#143915 (or 0x143915) is known color: Myrtle. HEX triplet: 14, 39 and 15. RGB value is (20,57,21). Sum of RGB (Red+Green+Blue) = 20+57+21=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #143915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143915 is #EBC6EA. Grayscale: #292929. Windows color (decimal): -15451883 or 1390868. OLE color: 1390868.

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

Color convert

RGB 20 57 21 -
CMYK 0.65 0 0.63 0.78
HSL 121.62º 0.48% 0.15% -
HSV(B) 121.62º 0.65% 0.22% -
XYZ 1.89 3.13 1.21 -
YUV 41.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 20 57 21 0.65 0 0.63 0.78 121.62 0.48 0.15
Hex 14 39 15 41 0 3F 4E 7A 30 F
Octal 24 71 25 101 0 77 116 172 60 17
Binary 10100 111001 10101 1000001 0 111111 1001110 1111010 110000 1111

Color Harmonies of #143915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143915

Black with #143915

Text Example


Text Example

White with #143915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143915; }

 p { color: rgb(20,57,21); }

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

background-color css

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

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

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

border-color css

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

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

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