Html Css Color HEX #13581A Myrtle

📋 copy color: '#13581A'

red 19 ◦ green 88 ◦ blue 26

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

Shades of Myrtle #13581A

Tints of Myrtle #13581A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 66.17%

 BLUE value IS 26 (10.55% from 255) = 19.55%

R = 14.29%
G = 66.17%
B = 19.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#13581A (or 0x13581A) is known color: Myrtle. HEX triplet: 13, 58 and 1A. RGB value is (19,88,26). Sum of RGB (Red+Green+Blue) = 19+88+26=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 88 (34.77% from 255 or 66.17% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 88 - color contains mainly: green. Hex color #13581A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13581A is #ECA7E5. Grayscale: #3C3C3C. Windows color (decimal): -15509478 or 1726483. OLE color: 1726483.

HSL color Cylindrical-coordinate representation of color #13581A: hue angle of 126.09º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13581A is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 88 26 -
CMYK 0.78 0 0.70 0.65
HSL 126.09º 0.64% 0.21% -
HSV(B) 126.09º 0.78% 0.35% -
XYZ 3.94 7.19 2.16 -
YUV 60.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 19 88 26 0.78 0 0.70 0.65 126.09 0.64 0.21
Hex 13 58 1A 4E 0 46 41 7E 40 15
Octal 23 130 32 116 0 106 101 176 100 25
Binary 10011 1011000 11010 1001110 0 1000110 1000001 1111110 1000000 10101

Color Harmonies of #13581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13581A

Black with #13581A

Text Example


Text Example

White with #13581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13581A; }

 p { color: rgb(19,88,26); }

 H1.HeaderClassName
 {
   color: #13581A;
 }
 .AnyTagClassName
 {
   color: #13581A;
 }
</style>

background-color css

<style>
 a { background-color: #13581A; }

 a { background-color: rgb(19,88,26); }

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

border-color css

<style>
 span { border-color: #13581A; }

 span { border-color: rgb(19,88,26); }

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