Html Css Color HEX #13530E Myrtle

📋 copy color: '#13530E'

red 19 ◦ green 83 ◦ blue 14

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

Shades of Myrtle #13530E

Tints of Myrtle #13530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 71.55%

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

R = 16.38%
G = 71.55%
B = 12.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#13530E (or 0x13530E) is known color: Myrtle. HEX triplet: 13, 53 and 0E. RGB value is (19,83,14). Sum of RGB (Red+Green+Blue) = 19+83+14=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #13530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13530E is #ECACF1. Grayscale: #383838. Windows color (decimal): -15510770 or 938771. OLE color: 938771.

HSL color Cylindrical-coordinate representation of color #13530E: hue angle of 115.65º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13530E is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 14 -
CMYK 0.77 0 0.83 0.67
HSL 115.65º 0.71% 0.19% -
HSV(B) 115.65º 0.83% 0.33% -
XYZ 3.44 6.36 1.46 -
YUV 56 104.3 101.61 -
System Red Green Blue C M Y K H S L
Decimal 19 83 14 0.77 0 0.83 0.67 115.65 0.71 0.19
Hex 13 53 E 4D 0 53 43 74 47 13
Octal 23 123 16 115 0 123 103 164 107 23
Binary 10011 1010011 1110 1001101 0 1010011 1000011 1110100 1000111 10011

Color Harmonies of #13530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13530E

Black with #13530E

Text Example


Text Example

White with #13530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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