Html Css Color HEX #145409 Myrtle

📋 copy color: '#145409'

red 20 ◦ green 84 ◦ blue 9

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

Shades of Myrtle #145409

Tints of Myrtle #145409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 74.34%

 BLUE value IS 9 (3.91% from 255) = 7.96%

R = 17.7%
G = 74.34%
B = 7.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#145409 (or 0x145409) is known color: Myrtle. HEX triplet: 14, 54 and 09. RGB value is (20,84,9). Sum of RGB (Red+Green+Blue) = 20+84+9=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #145409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145409 is #EBABF6. Grayscale: #383838. Windows color (decimal): -15444983 or 611348. OLE color: 611348.

HSL color Cylindrical-coordinate representation of color #145409: hue angle of 111.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145409 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 84 9 -
CMYK 0.76 0 0.89 0.67
HSL 111.2º 0.81% 0.18% -
HSV(B) 111.2º 0.89% 0.33% -
XYZ 3.51 6.51 1.33 -
YUV 56.31 101.3 102.1 -
System Red Green Blue C M Y K H S L
Decimal 20 84 9 0.76 0 0.89 0.67 111.2 0.81 0.18
Hex 14 54 9 4C 0 59 43 6F 51 12
Octal 24 124 11 114 0 131 103 157 121 22
Binary 10100 1010100 1001 1001100 0 1011001 1000011 1101111 1010001 10010

Color Harmonies of #145409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145409

Black with #145409

Text Example


Text Example

White with #145409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145409; }

 p { color: rgb(20,84,9); }

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

background-color css

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

 a { background-color: rgb(20,84,9); }

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

border-color css

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

 span { border-color: rgb(20,84,9); }

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