Html Css Color HEX #134309 Myrtle

📋 copy color: '#134309'

red 19 ◦ green 67 ◦ blue 9

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

Shades of Myrtle #134309

Tints of Myrtle #134309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 70.53%

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

R = 20%
G = 70.53%
B = 9.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.74

RGB Variations

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

Color information

#134309 (or 0x134309) is known color: Myrtle. HEX triplet: 13, 43 and 09. RGB value is (19,67,9). Sum of RGB (Red+Green+Blue) = 19+67+9=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #134309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134309 is #ECBCF6. Grayscale: #2E2E2E. Windows color (decimal): -15514871 or 606995. OLE color: 606995.

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

Color convert

RGB 19 67 9 -
CMYK 0.72 0 0.87 0.74
HSL 109.66º 0.76% 0.15% -
HSV(B) 109.66º 0.87% 0.26% -
XYZ 2.33 4.17 0.94 -
YUV 46.04 107.1 108.72 -
System Red Green Blue C M Y K H S L
Decimal 19 67 9 0.72 0 0.87 0.74 109.66 0.76 0.15
Hex 13 43 9 48 0 57 4A 6E 4C F
Octal 23 103 11 110 0 127 112 156 114 17
Binary 10011 1000011 1001 1001000 0 1010111 1001010 1101110 1001100 1111

Color Harmonies of #134309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134309

Black with #134309

Text Example


Text Example

White with #134309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134309; }

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

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

background-color css

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

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

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

border-color css

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

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

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