Html Css Color HEX #14390F Myrtle

📋 copy color: '#14390F'

red 20 ◦ green 57 ◦ blue 15

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

Shades of Myrtle #14390F

Tints of Myrtle #14390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 61.96%

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

R = 21.74%
G = 61.96%
B = 16.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.78

RGB Variations

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

Color information

#14390F (or 0x14390F) is known color: Myrtle. HEX triplet: 14, 39 and 0F. RGB value is (20,57,15). Sum of RGB (Red+Green+Blue) = 20+57+15=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 57 (22.66% from 255 or 61.96% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 57 - color contains mainly: green. Hex color #14390F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14390F is #EBC6F0. Grayscale: #292929. Windows color (decimal): -15451889 or 997652. OLE color: 997652.

HSL color Cylindrical-coordinate representation of color #14390F: hue angle of 112.86º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14390F is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 57 15 -
CMYK 0.65 0 0.74 0.78
HSL 112.86º 0.58% 0.14% -
HSV(B) 112.86º 0.74% 0.22% -
XYZ 1.84 3.11 0.96 -
YUV 41.15 113.24 112.92 -
System Red Green Blue C M Y K H S L
Decimal 20 57 15 0.65 0 0.74 0.78 112.86 0.58 0.14
Hex 14 39 F 41 0 4A 4E 71 3A E
Octal 24 71 17 101 0 112 116 161 72 16
Binary 10100 111001 1111 1000001 0 1001010 1001110 1110001 111010 1110

Color Harmonies of #14390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14390F

Black with #14390F

Text Example


Text Example

White with #14390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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