Html Css Color HEX #13774D Salem

📋 copy color: '#13774D'

red 19 ◦ green 119 ◦ blue 77

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

Shades of Salem #13774D

Tints of Salem #13774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.35%

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

R = 8.84%
G = 55.35%
B = 35.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#13774D (or 0x13774D) is known color: Salem. HEX triplet: 13, 77 and 4D. RGB value is (19,119,77). Sum of RGB (Red+Green+Blue) = 19+119+77=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #13774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13774D is #EC88B2. Grayscale: #545454. Windows color (decimal): -15501491 or 5076755. OLE color: 5076755.

HSL color Cylindrical-coordinate representation of color #13774D: hue angle of 154.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13774D is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 119 77 -
CMYK 0.84 0 0.35 0.53
HSL 154.8º 0.72% 0.27% -
HSV(B) 154.8º 0.84% 0.47% -
XYZ 8.2 13.87 9.27 -
YUV 84.31 123.87 81.42 -
System Red Green Blue C M Y K H S L
Decimal 19 119 77 0.84 0 0.35 0.53 154.8 0.72 0.27
Hex 13 77 4D 54 0 23 35 9B 48 1B
Octal 23 167 115 124 0 43 65 233 110 33
Binary 10011 1110111 1001101 1010100 0 100011 110101 10011011 1001000 11011

Color Harmonies of #13774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13774D

Black with #13774D

Text Example


Text Example

White with #13774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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