Html Css Color HEX #143A09 Myrtle

📋 copy color: '#143A09'

red 20 ◦ green 58 ◦ blue 9

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

Shades of Myrtle #143A09

Tints of Myrtle #143A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 66.67%

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

R = 22.99%
G = 66.67%
B = 10.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.84

 K value IS 0.77

RGB Variations

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

Color information

#143A09 (or 0x143A09) is known color: Myrtle. HEX triplet: 14, 3A and 09. RGB value is (20,58,9). Sum of RGB (Red+Green+Blue) = 20+58+9=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 58 (23.05% from 255 or 66.67% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 58 - color contains mainly: green. Hex color #143A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143A09 is #EBC5F6. Grayscale: #292929. Windows color (decimal): -15451639 or 604692. OLE color: 604692.

HSL color Cylindrical-coordinate representation of color #143A09: hue angle of 106.53º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143A09 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 58 9 -
CMYK 0.66 0 0.84 0.77
HSL 106.53º 0.73% 0.13% -
HSV(B) 106.53º 0.84% 0.23% -
XYZ 1.85 3.19 0.78 -
YUV 41.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 20 58 9 0.66 0 0.84 0.77 106.53 0.73 0.13
Hex 14 3A 9 42 0 54 4D 6B 49 D
Octal 24 72 11 102 0 124 115 153 111 15
Binary 10100 111010 1001 1000010 0 1010100 1001101 1101011 1001001 1101

Color Harmonies of #143A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A09

Black with #143A09

Text Example


Text Example

White with #143A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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