Html Css Color HEX #134904 Myrtle

📋 copy color: '#134904'

red 19 ◦ green 73 ◦ blue 4

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

Shades of Myrtle #134904

Tints of Myrtle #134904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.17%

R = 19.79%
G = 76.04%
B = 4.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#134904 (or 0x134904) is known color: Myrtle. HEX triplet: 13, 49 and 04. RGB value is (19,73,4). Sum of RGB (Red+Green+Blue) = 19+73+4=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 73 (28.91% from 255 or 76.04% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 73 - color contains mainly: green. Hex color #134904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134904 is #ECB6FB. Grayscale: #313131. Windows color (decimal): -15513340 or 280851. OLE color: 280851.

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

Color convert

RGB 19 73 4 -
CMYK 0.74 0 0.95 0.71
HSL 106.96º 0.9% 0.15% -
HSV(B) 106.96º 0.95% 0.29% -
XYZ 2.67 4.91 0.92 -
YUV 48.99 102.61 106.61 -
System Red Green Blue C M Y K H S L
Decimal 19 73 4 0.74 0 0.95 0.71 106.96 0.9 0.15
Hex 13 49 4 4A 0 5F 47 6B 5A F
Octal 23 111 4 112 0 137 107 153 132 17
Binary 10011 1001001 100 1001010 0 1011111 1000111 1101011 1011010 1111

Color Harmonies of #134904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134904

Black with #134904

Text Example


Text Example

White with #134904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134904; }

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

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

background-color css

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

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

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

border-color css

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

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

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