Html Css Color HEX #134412 Myrtle

📋 copy color: '#134412'

red 19 ◦ green 68 ◦ blue 18

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

Shades of Myrtle #134412

Tints of Myrtle #134412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 18.1%
G = 64.76%
B = 17.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#134412 (or 0x134412) is known color: Myrtle. HEX triplet: 13, 44 and 12. RGB value is (19,68,18). Sum of RGB (Red+Green+Blue) = 19+68+18=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #134412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134412 is #ECBBED. Grayscale: #2F2F2F. Windows color (decimal): -15514606 or 1197075. OLE color: 1197075.

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

Color convert

RGB 19 68 18 -
CMYK 0.72 0 0.74 0.73
HSL 118.8º 0.58% 0.17% -
HSV(B) 118.8º 0.74% 0.27% -
XYZ 2.44 4.32 1.28 -
YUV 47.65 111.27 107.57 -
System Red Green Blue C M Y K H S L
Decimal 19 68 18 0.72 0 0.74 0.73 118.8 0.58 0.17
Hex 13 44 12 48 0 4A 49 77 3A 11
Octal 23 104 22 110 0 112 111 167 72 21
Binary 10011 1000100 10010 1001000 0 1001010 1001001 1110111 111010 10001

Color Harmonies of #134412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134412

Black with #134412

Text Example


Text Example

White with #134412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134412; }

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

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

background-color css

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

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

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

border-color css

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

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

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