Html Css Color HEX #14550F Myrtle

📋 copy color: '#14550F'

red 20 ◦ green 85 ◦ blue 15

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

Shades of Myrtle #14550F

Tints of Myrtle #14550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 70.83%

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

R = 16.67%
G = 70.83%
B = 12.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#14550F (or 0x14550F) is known color: Myrtle. HEX triplet: 14, 55 and 0F. RGB value is (20,85,15). Sum of RGB (Red+Green+Blue) = 20+85+15=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #14550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14550F is #EBAAF0. Grayscale: #393939. Windows color (decimal): -15444721 or 1004820. OLE color: 1004820.

HSL color Cylindrical-coordinate representation of color #14550F: hue angle of 115.71º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14550F is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 85 15 -
CMYK 0.76 0 0.82 0.67
HSL 115.71º 0.7% 0.2% -
HSV(B) 115.71º 0.82% 0.33% -
XYZ 3.62 6.68 1.55 -
YUV 57.59 103.97 101.19 -
System Red Green Blue C M Y K H S L
Decimal 20 85 15 0.76 0 0.82 0.67 115.71 0.7 0.2
Hex 14 55 F 4C 0 52 43 74 46 14
Octal 24 125 17 114 0 122 103 164 106 24
Binary 10100 1010101 1111 1001100 0 1010010 1000011 1110100 1000110 10100

Color Harmonies of #14550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14550F

Black with #14550F

Text Example


Text Example

White with #14550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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