Html Css Color HEX #134908 Myrtle

📋 copy color: '#134908'

red 19 ◦ green 73 ◦ blue 8

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

Shades of Myrtle #134908

Tints of Myrtle #134908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8%

R = 19%
G = 73%
B = 8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#134908 (or 0x134908) is known color: Myrtle. HEX triplet: 13, 49 and 08. RGB value is (19,73,8). Sum of RGB (Red+Green+Blue) = 19+73+8=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #134908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134908 is #ECB6F7. Grayscale: #313131. Windows color (decimal): -15513336 or 542995. OLE color: 542995.

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

Color convert

RGB 19 73 8 -
CMYK 0.74 0 0.89 0.71
HSL 109.85º 0.8% 0.16% -
HSV(B) 109.85º 0.89% 0.29% -
XYZ 2.69 4.92 1.04 -
YUV 49.44 104.61 106.29 -
System Red Green Blue C M Y K H S L
Decimal 19 73 8 0.74 0 0.89 0.71 109.85 0.8 0.16
Hex 13 49 8 4A 0 59 47 6E 50 10
Octal 23 111 10 112 0 131 107 156 120 20
Binary 10011 1001001 1000 1001010 0 1011001 1000111 1101110 1010000 10000

Color Harmonies of #134908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134908

Black with #134908

Text Example


Text Example

White with #134908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134908; }

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

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

background-color css

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

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

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

border-color css

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

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

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