Html Css Color HEX #143015 Myrtle

📋 copy color: '#143015'

red 20 ◦ green 48 ◦ blue 21

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

Shades of Myrtle #143015

Tints of Myrtle #143015

RGB

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

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

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

R = 22.47%
G = 53.93%
B = 23.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#143015 (or 0x143015) is known color: Myrtle. HEX triplet: 14, 30 and 15. RGB value is (20,48,21). Sum of RGB (Red+Green+Blue) = 20+48+21=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #143015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143015 is #EBCFEA. Grayscale: #242424. Windows color (decimal): -15454187 or 1388564. OLE color: 1388564.

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

Color convert

RGB 20 48 21 -
CMYK 0.58 0 0.56 0.81
HSL 122.14º 0.41% 0.13% -
HSV(B) 122.14º 0.58% 0.19% -
XYZ 1.48 2.32 1.08 -
YUV 36.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 20 48 21 0.58 0 0.56 0.81 122.14 0.41 0.13
Hex 14 30 15 3A 0 38 51 7A 29 D
Octal 24 60 25 72 0 70 121 172 51 15
Binary 10100 110000 10101 111010 0 111000 1010001 1111010 101001 1101

Color Harmonies of #143015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143015

Black with #143015

Text Example


Text Example

White with #143015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143015; }

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

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

background-color css

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

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

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

border-color css

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

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

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