Html Css Color HEX #132613 Myrtle

📋 copy color: '#132613'

red 19 ◦ green 38 ◦ blue 19

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

Shades of Myrtle #132613

Tints of Myrtle #132613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50%

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

R = 25%
G = 50%
B = 25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#132613 (or 0x132613) is known color: Myrtle. HEX triplet: 13, 26 and 13. RGB value is (19,38,19). Sum of RGB (Red+Green+Blue) = 19+38+19=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #132613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132613 is #ECD9EC. Grayscale: #1E1E1E. Windows color (decimal): -15522285 or 1254931. OLE color: 1254931.

HSL color Cylindrical-coordinate representation of color #132613: hue angle of 120º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132613 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 38 19 -
CMYK 0.50 0 0.50 0.85
HSL 120º 0.33% 0.11% -
HSV(B) 120º 0.5% 0.15% -
XYZ 1.08 1.57 0.86 -
YUV 30.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 19 38 19 0.50 0 0.50 0.85 120 0.33 0.11
Hex 13 26 13 32 0 32 55 78 21 B
Octal 23 46 23 62 0 62 125 170 41 13
Binary 10011 100110 10011 110010 0 110010 1010101 1111000 100001 1011

Color Harmonies of #132613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132613

Black with #132613

Text Example


Text Example

White with #132613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132613; }

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

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

background-color css

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

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

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

border-color css

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

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

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