Html Css Color HEX #13885A Salem

📋 copy color: '#13885A'

red 19 ◦ green 136 ◦ blue 90

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

Shades of Salem #13885A

Tints of Salem #13885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.51%

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 7.76%
G = 55.51%
B = 36.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#13885A (or 0x13885A) is known color: Salem. HEX triplet: 13, 88 and 5A. RGB value is (19,136,90). Sum of RGB (Red+Green+Blue) = 19+136+90=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #13885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13885A is #EC77A5. Grayscale: #5F5F5F. Windows color (decimal): -15497126 or 5933075. OLE color: 5933075.

HSL color Cylindrical-coordinate representation of color #13885A: hue angle of 156.41º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13885A is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 90 -
CMYK 0.86 0 0.34 0.47
HSL 156.41º 0.75% 0.3% -
HSV(B) 156.41º 0.86% 0.53% -
XYZ 10.92 18.48 12.67 -
YUV 95.77 124.74 73.24 -
System Red Green Blue C M Y K H S L
Decimal 19 136 90 0.86 0 0.34 0.47 156.41 0.75 0.3
Hex 13 88 5A 56 0 22 2F 9C 4B 1E
Octal 23 210 132 126 0 42 57 234 113 36
Binary 10011 10001000 1011010 1010110 0 100010 101111 10011100 1001011 11110

Color Harmonies of #13885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13885A

Black with #13885A

Text Example


Text Example

White with #13885A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,136,90); }

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

background-color css

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

 a { background-color: rgb(19,136,90); }

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

border-color css

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

 span { border-color: rgb(19,136,90); }

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