Html Css Color HEX #134702 Myrtle

📋 copy color: '#134702'

red 19 ◦ green 71 ◦ blue 2

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

Shades of Myrtle #134702

Tints of Myrtle #134702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.17%

R = 20.65%
G = 77.17%
B = 2.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#134702 (or 0x134702) is known color: Myrtle. HEX triplet: 13, 47 and 02. RGB value is (19,71,2). Sum of RGB (Red+Green+Blue) = 19+71+2=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #134702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134702 is #ECB8FD. Grayscale: #2F2F2F. Windows color (decimal): -15513854 or 149267. OLE color: 149267.

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

Color convert

RGB 19 71 2 -
CMYK 0.73 0 0.97 0.72
HSL 105.22º 0.95% 0.14% -
HSV(B) 105.22º 0.97% 0.28% -
XYZ 2.53 4.65 0.82 -
YUV 47.59 102.27 107.61 -
System Red Green Blue C M Y K H S L
Decimal 19 71 2 0.73 0 0.97 0.72 105.22 0.95 0.14
Hex 13 47 2 49 0 61 48 69 5F E
Octal 23 107 2 111 0 141 110 151 137 16
Binary 10011 1000111 10 1001001 0 1100001 1001000 1101001 1011111 1110

Color Harmonies of #134702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134702

Black with #134702

Text Example


Text Example

White with #134702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134702; }

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

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

background-color css

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

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

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

border-color css

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

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

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