Html Css Color HEX #134C11 Myrtle

📋 copy color: '#134C11'

red 19 ◦ green 76 ◦ blue 17

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

Shades of Myrtle #134C11

Tints of Myrtle #134C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 67.86%

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

R = 16.96%
G = 67.86%
B = 15.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#134C11 (or 0x134C11) is known color: Myrtle. HEX triplet: 13, 4C and 11. RGB value is (19,76,17). Sum of RGB (Red+Green+Blue) = 19+76+17=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 76 (30.08% from 255 or 67.86% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 76 - color contains mainly: green. Hex color #134C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134C11 is #ECB3EE. Grayscale: #343434. Windows color (decimal): -15512559 or 1133587. OLE color: 1133587.

HSL color Cylindrical-coordinate representation of color #134C11: hue angle of 117.97º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134C11 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 76 17 -
CMYK 0.75 0 0.78 0.70
HSL 117.97º 0.63% 0.18% -
HSV(B) 117.97º 0.78% 0.3% -
XYZ 2.95 5.35 1.41 -
YUV 52.23 108.12 104.3 -
System Red Green Blue C M Y K H S L
Decimal 19 76 17 0.75 0 0.78 0.70 117.97 0.63 0.18
Hex 13 4C 11 4B 0 4E 46 76 3F 12
Octal 23 114 21 113 0 116 106 166 77 22
Binary 10011 1001100 10001 1001011 0 1001110 1000110 1110110 111111 10010

Color Harmonies of #134C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C11

Black with #134C11

Text Example


Text Example

White with #134C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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