Html Css Color HEX #13754C Salem

📋 copy color: '#13754C'

red 19 ◦ green 117 ◦ blue 76

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

Shades of Salem #13754C

Tints of Salem #13754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.19%

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 8.96%
G = 55.19%
B = 35.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#13754C (or 0x13754C) is known color: Salem. HEX triplet: 13, 75 and 4C. RGB value is (19,117,76). Sum of RGB (Red+Green+Blue) = 19+117+76=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #13754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13754C is #EC8AB3. Grayscale: #535353. Windows color (decimal): -15502004 or 5010707. OLE color: 5010707.

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

Color convert

RGB 19 117 76 -
CMYK 0.84 0 0.35 0.54
HSL 154.9º 0.72% 0.27% -
HSV(B) 154.9º 0.84% 0.46% -
XYZ 7.93 13.38 9 -
YUV 83.02 124.03 82.33 -
System Red Green Blue C M Y K H S L
Decimal 19 117 76 0.84 0 0.35 0.54 154.9 0.72 0.27
Hex 13 75 4C 54 0 23 36 9B 48 1B
Octal 23 165 114 124 0 43 66 233 110 33
Binary 10011 1110101 1001100 1010100 0 100011 110110 10011011 1001000 11011

Color Harmonies of #13754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13754C

Black with #13754C

Text Example


Text Example

White with #13754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13754C; }

 p { color: rgb(19,117,76); }

 H1.HeaderClassName
 {
   color: #13754C;
 }
 .AnyTagClassName
 {
   color: #13754C;
 }
</style>

background-color css

<style>
 a { background-color: #13754C; }

 a { background-color: rgb(19,117,76); }

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

border-color css

<style>
 span { border-color: #13754C; }

 span { border-color: rgb(19,117,76); }

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