Html Css Color HEX #13834D Salem

📋 copy color: '#13834D'

red 19 ◦ green 131 ◦ blue 77

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

Shades of Salem #13834D

Tints of Salem #13834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.71%

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 8.37%
G = 57.71%
B = 33.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#13834D (or 0x13834D) is known color: Salem. HEX triplet: 13, 83 and 4D. RGB value is (19,131,77). Sum of RGB (Red+Green+Blue) = 19+131+77=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #13834D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13834D is #EC7CB2. Grayscale: #5B5B5B. Windows color (decimal): -15498419 or 5079827. OLE color: 5079827.

HSL color Cylindrical-coordinate representation of color #13834D: hue angle of 151.07º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13834D is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 77 -
CMYK 0.85 0 0.41 0.49
HSL 151.07º 0.75% 0.29% -
HSV(B) 151.07º 0.85% 0.51% -
XYZ 9.72 16.91 9.77 -
YUV 91.36 119.89 76.39 -
System Red Green Blue C M Y K H S L
Decimal 19 131 77 0.85 0 0.41 0.49 151.07 0.75 0.29
Hex 13 83 4D 55 0 29 31 97 4B 1D
Octal 23 203 115 125 0 51 61 227 113 35
Binary 10011 10000011 1001101 1010101 0 101001 110001 10010111 1001011 11101

Color Harmonies of #13834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13834D

Black with #13834D

Text Example


Text Example

White with #13834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13834D; }

 p { color: rgb(19,131,77); }

 H1.HeaderClassName
 {
   color: #13834D;
 }
 .AnyTagClassName
 {
   color: #13834D;
 }
</style>

background-color css

<style>
 a { background-color: #13834D; }

 a { background-color: rgb(19,131,77); }

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

border-color css

<style>
 span { border-color: #13834D; }

 span { border-color: rgb(19,131,77); }

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