Html Css Color HEX #134919 Myrtle

📋 copy color: '#134919'

red 19 ◦ green 73 ◦ blue 25

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

Shades of Myrtle #134919

Tints of Myrtle #134919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.37%

R = 16.24%
G = 62.39%
B = 21.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#134919 (or 0x134919) is known color: Myrtle. HEX triplet: 13, 49 and 19. RGB value is (19,73,25). Sum of RGB (Red+Green+Blue) = 19+73+25=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #134919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134919 is #ECB6E6. Grayscale: #333333. Windows color (decimal): -15513319 or 1657107. OLE color: 1657107.

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

Color convert

RGB 19 73 25 -
CMYK 0.74 0 0.66 0.71
HSL 126.67º 0.59% 0.18% -
HSV(B) 126.67º 0.74% 0.29% -
XYZ 2.83 4.97 1.73 -
YUV 51.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 19 73 25 0.74 0 0.66 0.71 126.67 0.59 0.18
Hex 13 49 19 4A 0 42 47 7F 3B 12
Octal 23 111 31 112 0 102 107 177 73 22
Binary 10011 1001001 11001 1001010 0 1000010 1000111 1111111 111011 10010

Color Harmonies of #134919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134919

Black with #134919

Text Example


Text Example

White with #134919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134919; }

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

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

background-color css

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

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

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

border-color css

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

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

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