Html Css Color HEX #13531A Myrtle

📋 copy color: '#13531A'

red 19 ◦ green 83 ◦ blue 26

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

Shades of Myrtle #13531A

Tints of Myrtle #13531A

RGB

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

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

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

R = 14.84%
G = 64.84%
B = 20.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#13531A (or 0x13531A) is known color: Myrtle. HEX triplet: 13, 53 and 1A. RGB value is (19,83,26). Sum of RGB (Red+Green+Blue) = 19+83+26=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #13531A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13531A is #ECACE5. Grayscale: #393939. Windows color (decimal): -15510758 or 1725203. OLE color: 1725203.

HSL color Cylindrical-coordinate representation of color #13531A: hue angle of 126.56º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13531A is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 26 -
CMYK 0.77 0 0.69 0.67
HSL 126.56º 0.63% 0.2% -
HSV(B) 126.56º 0.77% 0.33% -
XYZ 3.55 6.4 2.03 -
YUV 57.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 19 83 26 0.77 0 0.69 0.67 126.56 0.63 0.2
Hex 13 53 1A 4D 0 45 43 7F 3F 14
Octal 23 123 32 115 0 105 103 177 77 24
Binary 10011 1010011 11010 1001101 0 1000101 1000011 1111111 111111 10100

Color Harmonies of #13531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13531A

Black with #13531A

Text Example


Text Example

White with #13531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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