Html Css Color HEX #134918 Myrtle

📋 copy color: '#134918'

red 19 ◦ green 73 ◦ blue 24

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

Shades of Myrtle #134918

Tints of Myrtle #134918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 62.93%

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

R = 16.38%
G = 62.93%
B = 20.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#134918 (or 0x134918) is known color: Myrtle. HEX triplet: 13, 49 and 18. RGB value is (19,73,24). Sum of RGB (Red+Green+Blue) = 19+73+24=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #134918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134918 is #ECB6E7. Grayscale: #333333. Windows color (decimal): -15513320 or 1591571. OLE color: 1591571.

HSL color Cylindrical-coordinate representation of color #134918: hue angle of 125.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134918 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 24 -
CMYK 0.74 0 0.67 0.71
HSL 125.56º 0.59% 0.18% -
HSV(B) 125.56º 0.74% 0.29% -
XYZ 2.82 4.97 1.67 -
YUV 51.27 112.61 104.98 -
System Red Green Blue C M Y K H S L
Decimal 19 73 24 0.74 0 0.67 0.71 125.56 0.59 0.18
Hex 13 49 18 4A 0 43 47 7E 3B 12
Octal 23 111 30 112 0 103 107 176 73 22
Binary 10011 1001001 11000 1001010 0 1000011 1000111 1111110 111011 10010

Color Harmonies of #134918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134918

Black with #134918

Text Example


Text Example

White with #134918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134918; }

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

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

background-color css

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

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

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

border-color css

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

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

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