Html Css Color HEX #134A18 Myrtle

📋 copy color: '#134A18'

red 19 ◦ green 74 ◦ blue 24

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

Shades of Myrtle #134A18

Tints of Myrtle #134A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 63.25%

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

R = 16.24%
G = 63.25%
B = 20.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#134A18 (or 0x134A18) is known color: Myrtle. HEX triplet: 13, 4A and 18. RGB value is (19,74,24). Sum of RGB (Red+Green+Blue) = 19+74+24=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 74 (29.30% from 255 or 63.25% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 74 - color contains mainly: green. Hex color #134A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134A18 is #ECB5E7. Grayscale: #343434. Windows color (decimal): -15513064 or 1591827. OLE color: 1591827.

HSL color Cylindrical-coordinate representation of color #134A18: hue angle of 125.45º 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 #134A18 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 74 24 -
CMYK 0.74 0 0.68 0.71
HSL 125.45º 0.59% 0.18% -
HSV(B) 125.45º 0.74% 0.29% -
XYZ 2.88 5.1 1.7 -
YUV 51.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 19 74 24 0.74 0 0.68 0.71 125.45 0.59 0.18
Hex 13 4A 18 4A 0 44 47 7D 3B 12
Octal 23 112 30 112 0 104 107 175 73 22
Binary 10011 1001010 11000 1001010 0 1000100 1000111 1111101 111011 10010

Color Harmonies of #134A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A18

Black with #134A18

Text Example


Text Example

White with #134A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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