Html Css Color HEX #134809 Myrtle

📋 copy color: '#134809'

red 19 ◦ green 72 ◦ blue 9

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

Shades of Myrtle #134809

Tints of Myrtle #134809

RGB

 RED value IS 19 (7.81% from 255) = 19%

 GREEN value IS 72 (28.52% from 255) = 72%

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

R = 19%
G = 72%
B = 9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#134809 (or 0x134809) is known color: Myrtle. HEX triplet: 13, 48 and 09. RGB value is (19,72,9). Sum of RGB (Red+Green+Blue) = 19+72+9=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #134809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134809 is #ECB7F6. Grayscale: #313131. Windows color (decimal): -15513591 or 608275. OLE color: 608275.

HSL color Cylindrical-coordinate representation of color #134809: hue angle of 110.48º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134809 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 9 -
CMYK 0.74 0 0.88 0.72
HSL 110.48º 0.78% 0.16% -
HSV(B) 110.48º 0.88% 0.28% -
XYZ 2.64 4.79 1.04 -
YUV 48.97 105.44 106.62 -
System Red Green Blue C M Y K H S L
Decimal 19 72 9 0.74 0 0.88 0.72 110.48 0.78 0.16
Hex 13 48 9 4A 0 58 48 6E 4E 10
Octal 23 110 11 112 0 130 110 156 116 20
Binary 10011 1001000 1001 1001010 0 1011000 1001000 1101110 1001110 10000

Color Harmonies of #134809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134809

Black with #134809

Text Example


Text Example

White with #134809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134809; }

 p { color: rgb(19,72,9); }

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

background-color css

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

 a { background-color: rgb(19,72,9); }

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

border-color css

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

 span { border-color: rgb(19,72,9); }

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