Html Css Color HEX #13420F Myrtle

📋 copy color: '#13420F'

red 19 ◦ green 66 ◦ blue 15

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

Shades of Myrtle #13420F

Tints of Myrtle #13420F

RGB

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

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

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

R = 19%
G = 66%
B = 15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#13420F (or 0x13420F) is known color: Myrtle. HEX triplet: 13, 42 and 0F. RGB value is (19,66,15). Sum of RGB (Red+Green+Blue) = 19+66+15=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #13420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13420F is #ECBDF0. Grayscale: #2E2E2E. Windows color (decimal): -15515121 or 999955. OLE color: 999955.

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

Color convert

RGB 19 66 15 -
CMYK 0.71 0 0.77 0.74
HSL 115.29º 0.63% 0.16% -
HSV(B) 115.29º 0.77% 0.26% -
XYZ 2.3 4.07 1.12 -
YUV 46.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 19 66 15 0.71 0 0.77 0.74 115.29 0.63 0.16
Hex 13 42 F 47 0 4D 4A 73 3F 10
Octal 23 102 17 107 0 115 112 163 77 20
Binary 10011 1000010 1111 1000111 0 1001101 1001010 1110011 111111 10000

Color Harmonies of #13420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13420F

Black with #13420F

Text Example


Text Example

White with #13420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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