Html Css Color HEX #14580F Myrtle

📋 copy color: '#14580F'

red 20 ◦ green 88 ◦ blue 15

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

Shades of Myrtle #14580F

Tints of Myrtle #14580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 71.54%

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

R = 16.26%
G = 71.54%
B = 12.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#14580F (or 0x14580F) is known color: Myrtle. HEX triplet: 14, 58 and 0F. RGB value is (20,88,15). Sum of RGB (Red+Green+Blue) = 20+88+15=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 88 (34.77% from 255 or 71.54% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 88 - color contains mainly: green. Hex color #14580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14580F is #EBA7F0. Grayscale: #3B3B3B. Windows color (decimal): -15443953 or 1005588. OLE color: 1005588.

HSL color Cylindrical-coordinate representation of color #14580F: hue angle of 115.89º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14580F is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 15 -
CMYK 0.77 0 0.83 0.65
HSL 115.89º 0.71% 0.2% -
HSV(B) 115.89º 0.83% 0.35% -
XYZ 3.86 7.16 1.63 -
YUV 59.35 102.97 99.94 -
System Red Green Blue C M Y K H S L
Decimal 20 88 15 0.77 0 0.83 0.65 115.89 0.71 0.2
Hex 14 58 F 4D 0 53 41 74 47 14
Octal 24 130 17 115 0 123 101 164 107 24
Binary 10100 1011000 1111 1001101 0 1010011 1000001 1110100 1000111 10100

Color Harmonies of #14580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14580F

Black with #14580F

Text Example


Text Example

White with #14580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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