Html Css Color HEX #134718 Myrtle

📋 copy color: '#134718'

red 19 ◦ green 71 ◦ blue 24

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

Shades of Myrtle #134718

Tints of Myrtle #134718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.05%

R = 16.67%
G = 62.28%
B = 21.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#134718 (or 0x134718) is known color: Myrtle. HEX triplet: 13, 47 and 18. RGB value is (19,71,24). Sum of RGB (Red+Green+Blue) = 19+71+24=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #134718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134718 is #ECB8E7. Grayscale: #323232. Windows color (decimal): -15513832 or 1591059. OLE color: 1591059.

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

Color convert

RGB 19 71 24 -
CMYK 0.73 0 0.66 0.72
HSL 125.77º 0.58% 0.18% -
HSV(B) 125.77º 0.73% 0.28% -
XYZ 2.69 4.71 1.63 -
YUV 50.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 19 71 24 0.73 0 0.66 0.72 125.77 0.58 0.18
Hex 13 47 18 49 0 42 48 7E 3A 12
Octal 23 107 30 111 0 102 110 176 72 22
Binary 10011 1000111 11000 1001001 0 1000010 1001000 1111110 111010 10010

Color Harmonies of #134718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134718

Black with #134718

Text Example


Text Example

White with #134718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134718; }

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

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

background-color css

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

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

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

border-color css

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

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

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