Html Css Color HEX #134A11 Myrtle

📋 copy color: '#134A11'

red 19 ◦ green 74 ◦ blue 17

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

Shades of Myrtle #134A11

Tints of Myrtle #134A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 67.27%

 BLUE value IS 17 (7.03% from 255) = 15.45%

R = 17.27%
G = 67.27%
B = 15.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#134A11 (or 0x134A11) is known color: Myrtle. HEX triplet: 13, 4A and 11. RGB value is (19,74,17). Sum of RGB (Red+Green+Blue) = 19+74+17=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 74 (29.30% from 255 or 67.27% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 74 - color contains mainly: green. Hex color #134A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134A11 is #ECB5EE. Grayscale: #333333. Windows color (decimal): -15513071 or 1133075. OLE color: 1133075.

HSL color Cylindrical-coordinate representation of color #134A11: hue angle of 117.89º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134A11 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 74 17 -
CMYK 0.74 0 0.77 0.71
HSL 117.89º 0.63% 0.18% -
HSV(B) 117.89º 0.77% 0.29% -
XYZ 2.82 5.08 1.36 -
YUV 51.06 108.78 105.13 -
System Red Green Blue C M Y K H S L
Decimal 19 74 17 0.74 0 0.77 0.71 117.89 0.63 0.18
Hex 13 4A 11 4A 0 4D 47 76 3F 12
Octal 23 112 21 112 0 115 107 166 77 22
Binary 10011 1001010 10001 1001010 0 1001101 1000111 1110110 111111 10010

Color Harmonies of #134A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A11

Black with #134A11

Text Example


Text Example

White with #134A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134A11; }

 p { color: rgb(19,74,17); }

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

background-color css

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

 a { background-color: rgb(19,74,17); }

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

border-color css

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

 span { border-color: rgb(19,74,17); }

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