Html Css Color HEX #134214 Myrtle

📋 copy color: '#134214'

red 19 ◦ green 66 ◦ blue 20

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

Shades of Myrtle #134214

Tints of Myrtle #134214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 62.86%

 BLUE value IS 20 (8.2% from 255) = 19.05%

R = 18.1%
G = 62.86%
B = 19.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#134214 (or 0x134214) is known color: Myrtle. HEX triplet: 13, 42 and 14. RGB value is (19,66,20). Sum of RGB (Red+Green+Blue) = 19+66+20=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #134214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134214 is #ECBDEB. Grayscale: #2E2E2E. Windows color (decimal): -15515116 or 1327635. OLE color: 1327635.

HSL color Cylindrical-coordinate representation of color #134214: hue angle of 121.28º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134214 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 20 -
CMYK 0.71 0 0.70 0.74
HSL 121.28º 0.55% 0.17% -
HSV(B) 121.28º 0.71% 0.26% -
XYZ 2.34 4.09 1.33 -
YUV 46.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 19 66 20 0.71 0 0.70 0.74 121.28 0.55 0.17
Hex 13 42 14 47 0 46 4A 79 37 11
Octal 23 102 24 107 0 106 112 171 67 21
Binary 10011 1000010 10100 1000111 0 1000110 1001010 1111001 110111 10001

Color Harmonies of #134214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134214

Black with #134214

Text Example


Text Example

White with #134214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134214; }

 p { color: rgb(19,66,20); }

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

background-color css

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

 a { background-color: rgb(19,66,20); }

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

border-color css

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

 span { border-color: rgb(19,66,20); }

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