Html Css Color HEX #13300E Myrtle

📋 copy color: '#13300E'

red 19 ◦ green 48 ◦ blue 14

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

Shades of Myrtle #13300E

Tints of Myrtle #13300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 59.26%

 BLUE value IS 14 (5.86% from 255) = 17.28%

R = 23.46%
G = 59.26%
B = 17.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#13300E (or 0x13300E) is known color: Myrtle. HEX triplet: 13, 30 and 0E. RGB value is (19,48,14). Sum of RGB (Red+Green+Blue) = 19+48+14=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #13300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13300E is #ECCFF1. Grayscale: #232323. Windows color (decimal): -15519730 or 929811. OLE color: 929811.

HSL color Cylindrical-coordinate representation of color #13300E: hue angle of 111.18º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13300E is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 14 -
CMYK 0.60 0 0.71 0.81
HSL 111.18º 0.55% 0.12% -
HSV(B) 111.18º 0.71% 0.19% -
XYZ 1.4 2.28 0.78 -
YUV 35.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 19 48 14 0.60 0 0.71 0.81 111.18 0.55 0.12
Hex 13 30 E 3C 0 47 51 6F 37 C
Octal 23 60 16 74 0 107 121 157 67 14
Binary 10011 110000 1110 111100 0 1000111 1010001 1101111 110111 1100

Color Harmonies of #13300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13300E

Black with #13300E

Text Example


Text Example

White with #13300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13300E; }

 p { color: rgb(19,48,14); }

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

background-color css

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

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

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

border-color css

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

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

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