Html Css Color HEX #134E11 Myrtle

📋 copy color: '#134E11'

red 19 ◦ green 78 ◦ blue 17

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

Shades of Myrtle #134E11

Tints of Myrtle #134E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 68.42%

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

R = 16.67%
G = 68.42%
B = 14.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#134E11 (or 0x134E11) is known color: Myrtle. HEX triplet: 13, 4E and 11. RGB value is (19,78,17). Sum of RGB (Red+Green+Blue) = 19+78+17=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 78 (30.86% from 255 or 68.42% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 78 - color contains mainly: green. Hex color #134E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E11 is #ECB1EE. Grayscale: #353535. Windows color (decimal): -15512047 or 1134099. OLE color: 1134099.

HSL color Cylindrical-coordinate representation of color #134E11: hue angle of 118.03º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134E11 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 78 17 -
CMYK 0.76 0 0.78 0.69
HSL 118.03º 0.64% 0.19% -
HSV(B) 118.03º 0.78% 0.31% -
XYZ 3.09 5.63 1.45 -
YUV 53.41 107.45 103.46 -
System Red Green Blue C M Y K H S L
Decimal 19 78 17 0.76 0 0.78 0.69 118.03 0.64 0.19
Hex 13 4E 11 4C 0 4E 45 76 40 13
Octal 23 116 21 114 0 116 105 166 100 23
Binary 10011 1001110 10001 1001100 0 1001110 1000101 1110110 1000000 10011

Color Harmonies of #134E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E11

Black with #134E11

Text Example


Text Example

White with #134E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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