Html Css Color HEX #134700 Myrtle

📋 copy color: '#134700'

red 19 ◦ green 71 ◦ blue 0

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

Shades of Myrtle #134700

Tints of Myrtle #134700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 78.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.11%
G = 78.89%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#134700 (or 0x134700) is known color: Myrtle. HEX triplet: 13, 47 and 00. RGB value is (19,71,0). Sum of RGB (Red+Green+Blue) = 19+71+0=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #134700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134700 is #ECB8FF. Grayscale: #2F2F2F. Windows color (decimal): -15513856 or 18195. OLE color: 18195.

HSL color Cylindrical-coordinate representation of color #134700: hue angle of 103.94º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #134700 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 0 -
CMYK 0.73 0 1 0.72
HSL 103.94º 1% 0.14% -
HSV(B) 103.94º 1% 0.28% -
XYZ 2.52 4.64 0.76 -
YUV 47.36 101.27 107.77 -
System Red Green Blue C M Y K H S L
Decimal 19 71 0 0.73 0 1 0.72 103.94 1 0.14
Hex 13 47 0 49 0 64 48 68 64 E
Octal 23 107 0 111 0 144 110 150 144 16
Binary 10011 1000111 0 1001001 0 1100100 1001000 1101000 1100100 1110

Color Harmonies of #134700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134700

Black with #134700

Text Example


Text Example

White with #134700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134700; }

 p { color: rgb(19,71,0); }

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

background-color css

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

 a { background-color: rgb(19,71,0); }

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

border-color css

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

 span { border-color: rgb(19,71,0); }

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