Html Css Color HEX #13400F Myrtle

📋 copy color: '#13400F'

red 19 ◦ green 64 ◦ blue 15

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

Shades of Myrtle #13400F

Tints of Myrtle #13400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 65.31%

 BLUE value IS 15 (6.25% from 255) = 15.31%

R = 19.39%
G = 65.31%
B = 15.31%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#13400F (or 0x13400F) is known color: Myrtle. HEX triplet: 13, 40 and 0F. RGB value is (19,64,15). Sum of RGB (Red+Green+Blue) = 19+64+15=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #13400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13400F is #ECBFF0. Grayscale: #2D2D2D. Windows color (decimal): -15515633 or 999443. OLE color: 999443.

HSL color Cylindrical-coordinate representation of color #13400F: hue angle of 115.1º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13400F is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 15 -
CMYK 0.70 0 0.77 0.75
HSL 115.1º 0.62% 0.15% -
HSV(B) 115.1º 0.77% 0.25% -
XYZ 2.19 3.84 1.08 -
YUV 44.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 19 64 15 0.70 0 0.77 0.75 115.1 0.62 0.15
Hex 13 40 F 46 0 4D 4B 73 3E F
Octal 23 100 17 106 0 115 113 163 76 17
Binary 10011 1000000 1111 1000110 0 1001101 1001011 1110011 111110 1111

Color Harmonies of #13400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13400F

Black with #13400F

Text Example


Text Example

White with #13400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13400F; }

 p { color: rgb(19,64,15); }

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

background-color css

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

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

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

border-color css

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

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

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