Html Css Color HEX #134409 Myrtle

📋 copy color: '#134409'

red 19 ◦ green 68 ◦ blue 9

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

Shades of Myrtle #134409

Tints of Myrtle #134409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 70.83%

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

R = 19.79%
G = 70.83%
B = 9.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#134409 (or 0x134409) is known color: Myrtle. HEX triplet: 13, 44 and 09. RGB value is (19,68,9). Sum of RGB (Red+Green+Blue) = 19+68+9=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 68 (26.95% from 255 or 70.83% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 68 - color contains mainly: green. Hex color #134409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134409 is #ECBBF6. Grayscale: #2E2E2E. Windows color (decimal): -15514615 or 607251. OLE color: 607251.

HSL color Cylindrical-coordinate representation of color #134409: hue angle of 109.83º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134409 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 9 -
CMYK 0.72 0 0.87 0.73
HSL 109.83º 0.77% 0.15% -
HSV(B) 109.83º 0.87% 0.27% -
XYZ 2.38 4.29 0.96 -
YUV 46.62 106.77 108.3 -
System Red Green Blue C M Y K H S L
Decimal 19 68 9 0.72 0 0.87 0.73 109.83 0.77 0.15
Hex 13 44 9 48 0 57 49 6E 4D F
Octal 23 104 11 110 0 127 111 156 115 17
Binary 10011 1000100 1001 1001000 0 1010111 1001001 1101110 1001101 1111

Color Harmonies of #134409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134409

Black with #134409

Text Example


Text Example

White with #134409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134409; }

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

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

background-color css

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

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

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

border-color css

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

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

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