Html Css Color HEX #134114 Myrtle

📋 copy color: '#134114'

red 19 ◦ green 65 ◦ blue 20

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

Shades of Myrtle #134114

Tints of Myrtle #134114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 62.5%

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

R = 18.27%
G = 62.5%
B = 19.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#134114 (or 0x134114) is known color: Myrtle. HEX triplet: 13, 41 and 14. RGB value is (19,65,20). Sum of RGB (Red+Green+Blue) = 19+65+20=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #134114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134114 is #ECBEEB. Grayscale: #2E2E2E. Windows color (decimal): -15515372 or 1327379. OLE color: 1327379.

HSL color Cylindrical-coordinate representation of color #134114: hue angle of 121.3º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134114 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 20 -
CMYK 0.71 0 0.69 0.75
HSL 121.3º 0.55% 0.16% -
HSV(B) 121.3º 0.71% 0.25% -
XYZ 2.29 3.97 1.31 -
YUV 46.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 19 65 20 0.71 0 0.69 0.75 121.3 0.55 0.16
Hex 13 41 14 47 0 45 4B 79 37 10
Octal 23 101 24 107 0 105 113 171 67 20
Binary 10011 1000001 10100 1000111 0 1000101 1001011 1111001 110111 10000

Color Harmonies of #134114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134114

Black with #134114

Text Example


Text Example

White with #134114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134114; }

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

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

background-color css

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

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

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

border-color css

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

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

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