Html Css Color HEX #134513 Myrtle

📋 copy color: '#134513'

red 19 ◦ green 69 ◦ blue 19

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

Shades of Myrtle #134513

Tints of Myrtle #134513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 64.49%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 17.76%
G = 64.49%
B = 17.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#134513 (or 0x134513) is known color: Myrtle. HEX triplet: 13, 45 and 13. RGB value is (19,69,19). Sum of RGB (Red+Green+Blue) = 19+69+19=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #134513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134513 is #ECBAEC. Grayscale: #303030. Windows color (decimal): -15514349 or 1262867. OLE color: 1262867.

HSL color Cylindrical-coordinate representation of color #134513: hue angle of 120º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134513 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 69 19 -
CMYK 0.72 0 0.72 0.73
HSL 120º 0.57% 0.17% -
HSV(B) 120º 0.72% 0.27% -
XYZ 2.51 4.44 1.34 -
YUV 48.35 111.44 107.07 -
System Red Green Blue C M Y K H S L
Decimal 19 69 19 0.72 0 0.72 0.73 120 0.57 0.17
Hex 13 45 13 48 0 48 49 78 39 11
Octal 23 105 23 110 0 110 111 170 71 21
Binary 10011 1000101 10011 1001000 0 1001000 1001001 1111000 111001 10001

Color Harmonies of #134513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134513

Black with #134513

Text Example


Text Example

White with #134513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134513; }

 p { color: rgb(19,69,19); }

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

background-color css

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

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

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

border-color css

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

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

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