Html Css Color HEX #13410F Myrtle

📋 copy color: '#13410F'

red 19 ◦ green 65 ◦ blue 15

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

Shades of Myrtle #13410F

Tints of Myrtle #13410F

RGB

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

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

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

R = 19.19%
G = 65.66%
B = 15.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#13410F (or 0x13410F) is known color: Myrtle. HEX triplet: 13, 41 and 0F. RGB value is (19,65,15). Sum of RGB (Red+Green+Blue) = 19+65+15=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #13410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13410F is #ECBEF0. Grayscale: #2D2D2D. Windows color (decimal): -15515377 or 999699. OLE color: 999699.

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

Color convert

RGB 19 65 15 -
CMYK 0.71 0 0.77 0.75
HSL 115.2º 0.63% 0.16% -
HSV(B) 115.2º 0.77% 0.25% -
XYZ 2.25 3.95 1.1 -
YUV 45.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 19 65 15 0.71 0 0.77 0.75 115.2 0.63 0.16
Hex 13 41 F 47 0 4D 4B 73 3E 10
Octal 23 101 17 107 0 115 113 163 76 20
Binary 10011 1000001 1111 1000111 0 1001101 1001011 1110011 111110 10000

Color Harmonies of #13410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13410F

Black with #13410F

Text Example


Text Example

White with #13410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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