Html Css Color HEX #14500F Myrtle

📋 copy color: '#14500F'

red 20 ◦ green 80 ◦ blue 15

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

Shades of Myrtle #14500F

Tints of Myrtle #14500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 69.57%

 BLUE value IS 15 (6.25% from 255) = 13.04%

R = 17.39%
G = 69.57%
B = 13.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#14500F (or 0x14500F) is known color: Myrtle. HEX triplet: 14, 50 and 0F. RGB value is (20,80,15). Sum of RGB (Red+Green+Blue) = 20+80+15=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #14500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14500F is #EBAFF0. Grayscale: #363636. Windows color (decimal): -15446001 or 1003540. OLE color: 1003540.

HSL color Cylindrical-coordinate representation of color #14500F: hue angle of 115.38º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14500F is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 80 15 -
CMYK 0.75 0 0.81 0.69
HSL 115.38º 0.68% 0.19% -
HSV(B) 115.38º 0.81% 0.31% -
XYZ 3.24 5.92 1.42 -
YUV 54.65 105.62 103.29 -
System Red Green Blue C M Y K H S L
Decimal 20 80 15 0.75 0 0.81 0.69 115.38 0.68 0.19
Hex 14 50 F 4B 0 51 45 73 44 13
Octal 24 120 17 113 0 121 105 163 104 23
Binary 10100 1010000 1111 1001011 0 1010001 1000101 1110011 1000100 10011

Color Harmonies of #14500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14500F

Black with #14500F

Text Example


Text Example

White with #14500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14500F; }

 p { color: rgb(20,80,15); }

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

background-color css

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

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

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

border-color css

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

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

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