Html Css Color HEX #143515 Myrtle

📋 copy color: '#143515'

red 20 ◦ green 53 ◦ blue 21

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

Shades of Myrtle #143515

Tints of Myrtle #143515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 56.38%

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

R = 21.28%
G = 56.38%
B = 22.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#143515 (or 0x143515) is known color: Myrtle. HEX triplet: 14, 35 and 15. RGB value is (20,53,21). Sum of RGB (Red+Green+Blue) = 20+53+21=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #143515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143515 is #EBCAEA. Grayscale: #272727. Windows color (decimal): -15452907 or 1389844. OLE color: 1389844.

HSL color Cylindrical-coordinate representation of color #143515: hue angle of 121.82º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143515 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 53 21 -
CMYK 0.62 0 0.60 0.79
HSL 121.82º 0.45% 0.14% -
HSV(B) 121.82º 0.62% 0.21% -
XYZ 1.7 2.75 1.15 -
YUV 39.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 20 53 21 0.62 0 0.60 0.79 121.82 0.45 0.14
Hex 14 35 15 3E 0 3C 4F 7A 2D E
Octal 24 65 25 76 0 74 117 172 55 16
Binary 10100 110101 10101 111110 0 111100 1001111 1111010 101101 1110

Color Harmonies of #143515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143515

Black with #143515

Text Example


Text Example

White with #143515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143515; }

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

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

background-color css

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

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

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

border-color css

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

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

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