Html Css Color HEX #14250D Myrtle

📋 copy color: '#14250D'

red 20 ◦ green 37 ◦ blue 13

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

Shades of Myrtle #14250D

Tints of Myrtle #14250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 52.86%

 BLUE value IS 13 (5.47% from 255) = 18.57%

R = 28.57%
G = 52.86%
B = 18.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#14250D (or 0x14250D) is known color: Myrtle. HEX triplet: 14, 25 and 0D. RGB value is (20,37,13). Sum of RGB (Red+Green+Blue) = 20+37+13=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #14250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14250D is #EBDAF2. Grayscale: #1D1D1D. Windows color (decimal): -15457011 or 861460. OLE color: 861460.

HSL color Cylindrical-coordinate representation of color #14250D: hue angle of 102.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14250D is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 13 -
CMYK 0.46 0 0.65 0.85
HSL 102.5º 0.48% 0.1% -
HSV(B) 102.5º 0.65% 0.15% -
XYZ 1.02 1.5 0.62 -
YUV 29.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 20 37 13 0.46 0 0.65 0.85 102.5 0.48 0.1
Hex 14 25 D 2E 0 41 55 66 30 A
Octal 24 45 15 56 0 101 125 146 60 12
Binary 10100 100101 1101 101110 0 1000001 1010101 1100110 110000 1010

Color Harmonies of #14250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14250D

Black with #14250D

Text Example


Text Example

White with #14250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14250D; }

 p { color: rgb(20,37,13); }

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

background-color css

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

 a { background-color: rgb(20,37,13); }

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

border-color css

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

 span { border-color: rgb(20,37,13); }

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