Html Css Color HEX #14410F Myrtle

📋 copy color: '#14410F'

red 20 ◦ green 65 ◦ blue 15

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

Shades of Myrtle #14410F

Tints of Myrtle #14410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 65%

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

R = 20%
G = 65%
B = 15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#14410F (or 0x14410F) is known color: Myrtle. HEX triplet: 14, 41 and 0F. RGB value is (20,65,15). Sum of RGB (Red+Green+Blue) = 20+65+15=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #14410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14410F is #EBBEF0. Grayscale: #2E2E2E. Windows color (decimal): -15449841 or 999700. OLE color: 999700.

HSL color Cylindrical-coordinate representation of color #14410F: hue angle of 114º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14410F is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 65 15 -
CMYK 0.69 0 0.77 0.75
HSL 114º 0.63% 0.16% -
HSV(B) 114º 0.77% 0.25% -
XYZ 2.27 3.96 1.1 -
YUV 45.85 110.59 109.57 -
System Red Green Blue C M Y K H S L
Decimal 20 65 15 0.69 0 0.77 0.75 114 0.63 0.16
Hex 14 41 F 45 0 4D 4B 72 3E 10
Octal 24 101 17 105 0 115 113 162 76 20
Binary 10100 1000001 1111 1000101 0 1001101 1001011 1110010 111110 10000

Color Harmonies of #14410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14410F

Black with #14410F

Text Example


Text Example

White with #14410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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