Html Css Color HEX #134314 Myrtle

📋 copy color: '#134314'

red 19 ◦ green 67 ◦ blue 20

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

Shades of Myrtle #134314

Tints of Myrtle #134314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 63.21%

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

R = 17.92%
G = 63.21%
B = 18.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#134314 (or 0x134314) is known color: Myrtle. HEX triplet: 13, 43 and 14. RGB value is (19,67,20). Sum of RGB (Red+Green+Blue) = 19+67+20=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #134314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134314 is #ECBCEB. Grayscale: #2F2F2F. Windows color (decimal): -15514860 or 1327891. OLE color: 1327891.

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

Color convert

RGB 19 67 20 -
CMYK 0.72 0 0.70 0.74
HSL 121.25º 0.56% 0.17% -
HSV(B) 121.25º 0.72% 0.26% -
XYZ 2.4 4.2 1.35 -
YUV 47.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 19 67 20 0.72 0 0.70 0.74 121.25 0.56 0.17
Hex 13 43 14 48 0 46 4A 79 38 11
Octal 23 103 24 110 0 106 112 171 70 21
Binary 10011 1000011 10100 1001000 0 1000110 1001010 1111001 111000 10001

Color Harmonies of #134314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134314

Black with #134314

Text Example


Text Example

White with #134314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134314; }

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

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

background-color css

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

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

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

border-color css

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

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

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