Html Css Color HEX #134616 Myrtle

📋 copy color: '#134616'

red 19 ◦ green 70 ◦ blue 22

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

Shades of Myrtle #134616

Tints of Myrtle #134616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 63.06%

 BLUE value IS 22 (8.98% from 255) = 19.82%

R = 17.12%
G = 63.06%
B = 19.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#134616 (or 0x134616) is known color: Myrtle. HEX triplet: 13, 46 and 16. RGB value is (19,70,22). Sum of RGB (Red+Green+Blue) = 19+70+22=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 70 (27.73% from 255 or 63.06% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 70 - color contains mainly: green. Hex color #134616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134616 is #ECB9E9. Grayscale: #313131. Windows color (decimal): -15514090 or 1459731. OLE color: 1459731.

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

Color convert

RGB 19 70 22 -
CMYK 0.73 0 0.69 0.73
HSL 123.53º 0.57% 0.17% -
HSV(B) 123.53º 0.73% 0.27% -
XYZ 2.6 4.58 1.51 -
YUV 49.28 112.6 106.4 -
System Red Green Blue C M Y K H S L
Decimal 19 70 22 0.73 0 0.69 0.73 123.53 0.57 0.17
Hex 13 46 16 49 0 45 49 7C 39 11
Octal 23 106 26 111 0 105 111 174 71 21
Binary 10011 1000110 10110 1001001 0 1000101 1001001 1111100 111001 10001

Color Harmonies of #134616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134616

Black with #134616

Text Example


Text Example

White with #134616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134616; }

 p { color: rgb(19,70,22); }

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

background-color css

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

 a { background-color: rgb(19,70,22); }

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

border-color css

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

 span { border-color: rgb(19,70,22); }

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