Html Css Color HEX #134818 Myrtle

📋 copy color: '#134818'

red 19 ◦ green 72 ◦ blue 24

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

Shades of Myrtle #134818

Tints of Myrtle #134818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 62.61%

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

R = 16.52%
G = 62.61%
B = 20.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#134818 (or 0x134818) is known color: Myrtle. HEX triplet: 13, 48 and 18. RGB value is (19,72,24). Sum of RGB (Red+Green+Blue) = 19+72+24=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #134818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134818 is #ECB7E7. Grayscale: #323232. Windows color (decimal): -15513576 or 1591315. OLE color: 1591315.

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

Color convert

RGB 19 72 24 -
CMYK 0.74 0 0.67 0.72
HSL 125.66º 0.58% 0.18% -
HSV(B) 125.66º 0.74% 0.28% -
XYZ 2.75 4.84 1.65 -
YUV 50.68 112.94 105.4 -
System Red Green Blue C M Y K H S L
Decimal 19 72 24 0.74 0 0.67 0.72 125.66 0.58 0.18
Hex 13 48 18 4A 0 43 48 7E 3A 12
Octal 23 110 30 112 0 103 110 176 72 22
Binary 10011 1001000 11000 1001010 0 1000011 1001000 1111110 111010 10010

Color Harmonies of #134818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134818

Black with #134818

Text Example


Text Example

White with #134818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134818; }

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

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

background-color css

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

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

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

border-color css

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

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

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