Html Css Color HEX #13420B Myrtle

📋 copy color: '#13420B'

red 19 ◦ green 66 ◦ blue 11

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

Shades of Myrtle #13420B

Tints of Myrtle #13420B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 68.75%

 BLUE value IS 11 (4.69% from 255) = 11.46%

R = 19.79%
G = 68.75%
B = 11.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#13420B (or 0x13420B) is known color: Myrtle. HEX triplet: 13, 42 and 0B. RGB value is (19,66,11). Sum of RGB (Red+Green+Blue) = 19+66+11=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #13420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13420B is #ECBDF4. Grayscale: #2D2D2D. Windows color (decimal): -15515125 or 737811. OLE color: 737811.

HSL color Cylindrical-coordinate representation of color #13420B: hue angle of 111.27º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13420B is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 11 -
CMYK 0.71 0 0.83 0.74
HSL 111.27º 0.71% 0.15% -
HSV(B) 111.27º 0.83% 0.26% -
XYZ 2.28 4.06 0.98 -
YUV 45.68 108.43 108.97 -
System Red Green Blue C M Y K H S L
Decimal 19 66 11 0.71 0 0.83 0.74 111.27 0.71 0.15
Hex 13 42 B 47 0 53 4A 6F 47 F
Octal 23 102 13 107 0 123 112 157 107 17
Binary 10011 1000010 1011 1000111 0 1010011 1001010 1101111 1000111 1111

Color Harmonies of #13420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13420B

Black with #13420B

Text Example


Text Example

White with #13420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13420B; }

 p { color: rgb(19,66,11); }

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

background-color css

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

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

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

border-color css

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

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

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