Html Css Color HEX #134D05 Myrtle

📋 copy color: '#134D05'

red 19 ◦ green 77 ◦ blue 5

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

Shades of Myrtle #134D05

Tints of Myrtle #134D05

RGB

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

 GREEN value IS 77 (30.47% from 255) = 76.24%

 BLUE value IS 5 (2.34% from 255) = 4.95%

R = 18.81%
G = 76.24%
B = 4.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#134D05 (or 0x134D05) is known color: Myrtle. HEX triplet: 13, 4D and 05. RGB value is (19,77,5). Sum of RGB (Red+Green+Blue) = 19+77+5=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 77 (30.47% from 255 or 76.24% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 77 - color contains mainly: green. Hex color #134D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134D05 is #ECB2FA. Grayscale: #333333. Windows color (decimal): -15512315 or 347411. OLE color: 347411.

HSL color Cylindrical-coordinate representation of color #134D05: hue angle of 108.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #134D05 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 77 5 -
CMYK 0.75 0 0.94 0.70
HSL 108.33º 0.88% 0.16% -
HSV(B) 108.33º 0.94% 0.3% -
XYZ 2.95 5.46 1.04 -
YUV 51.45 101.78 104.85 -
System Red Green Blue C M Y K H S L
Decimal 19 77 5 0.75 0 0.94 0.70 108.33 0.88 0.16
Hex 13 4D 5 4B 0 5E 46 6C 58 10
Octal 23 115 5 113 0 136 106 154 130 20
Binary 10011 1001101 101 1001011 0 1011110 1000110 1101100 1011000 10000

Color Harmonies of #134D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D05

Black with #134D05

Text Example


Text Example

White with #134D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,77,5); }

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

background-color css

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

 a { background-color: rgb(19,77,5); }

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

border-color css

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

 span { border-color: rgb(19,77,5); }

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