Html Css Color HEX #134A10 Myrtle

📋 copy color: '#134A10'

red 19 ◦ green 74 ◦ blue 16

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

Shades of Myrtle #134A10

Tints of Myrtle #134A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 17.43%
G = 67.89%
B = 14.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#134A10 (or 0x134A10) is known color: Myrtle. HEX triplet: 13, 4A and 10. RGB value is (19,74,16). Sum of RGB (Red+Green+Blue) = 19+74+16=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 74 (29.30% from 255 or 67.89% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 74 - color contains mainly: green. Hex color #134A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134A10 is #ECB5EF. Grayscale: #333333. Windows color (decimal): -15513072 or 1067539. OLE color: 1067539.

HSL color Cylindrical-coordinate representation of color #134A10: hue angle of 116.9º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134A10 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 74 16 -
CMYK 0.74 0 0.78 0.71
HSL 116.9º 0.64% 0.18% -
HSV(B) 116.9º 0.78% 0.29% -
XYZ 2.81 5.07 1.32 -
YUV 50.94 108.28 105.22 -
System Red Green Blue C M Y K H S L
Decimal 19 74 16 0.74 0 0.78 0.71 116.9 0.64 0.18
Hex 13 4A 10 4A 0 4E 47 75 40 12
Octal 23 112 20 112 0 116 107 165 100 22
Binary 10011 1001010 10000 1001010 0 1001110 1000111 1110101 1000000 10010

Color Harmonies of #134A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A10

Black with #134A10

Text Example


Text Example

White with #134A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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