Html Css Color HEX #134209 Myrtle

📋 copy color: '#134209'

red 19 ◦ green 66 ◦ blue 9

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

Shades of Myrtle #134209

Tints of Myrtle #134209

RGB

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

 GREEN value IS 66 (26.17% from 255) = 70.21%

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

R = 20.21%
G = 70.21%
B = 9.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#134209 (or 0x134209) is known color: Myrtle. HEX triplet: 13, 42 and 09. RGB value is (19,66,9). Sum of RGB (Red+Green+Blue) = 19+66+9=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #134209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134209 is #ECBDF6. Grayscale: #2D2D2D. Windows color (decimal): -15515127 or 606739. OLE color: 606739.

HSL color Cylindrical-coordinate representation of color #134209: hue angle of 109.47º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134209 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 9 -
CMYK 0.71 0 0.86 0.74
HSL 109.47º 0.76% 0.15% -
HSV(B) 109.47º 0.86% 0.26% -
XYZ 2.27 4.05 0.92 -
YUV 45.45 107.43 109.13 -
System Red Green Blue C M Y K H S L
Decimal 19 66 9 0.71 0 0.86 0.74 109.47 0.76 0.15
Hex 13 42 9 47 0 56 4A 6D 4C F
Octal 23 102 11 107 0 126 112 155 114 17
Binary 10011 1000010 1001 1000111 0 1010110 1001010 1101101 1001100 1111

Color Harmonies of #134209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134209

Black with #134209

Text Example


Text Example

White with #134209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134209; }

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

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

background-color css

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

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

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

border-color css

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

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

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