Html Css Color HEX #13764C Salem

📋 copy color: '#13764C'

red 19 ◦ green 118 ◦ blue 76

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

Shades of Salem #13764C

Tints of Salem #13764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.4%

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

R = 8.92%
G = 55.4%
B = 35.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#13764C (or 0x13764C) is known color: Salem. HEX triplet: 13, 76 and 4C. RGB value is (19,118,76). Sum of RGB (Red+Green+Blue) = 19+118+76=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #13764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13764C is #EC89B3. Grayscale: #535353. Windows color (decimal): -15501748 or 5010963. OLE color: 5010963.

HSL color Cylindrical-coordinate representation of color #13764C: hue angle of 154.55º 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 #13764C is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 76 -
CMYK 0.84 0 0.36 0.54
HSL 154.55º 0.72% 0.27% -
HSV(B) 154.55º 0.84% 0.46% -
XYZ 8.05 13.62 9.04 -
YUV 83.61 123.7 81.92 -
System Red Green Blue C M Y K H S L
Decimal 19 118 76 0.84 0 0.36 0.54 154.55 0.72 0.27
Hex 13 76 4C 54 0 24 36 9B 48 1B
Octal 23 166 114 124 0 44 66 233 110 33
Binary 10011 1110110 1001100 1010100 0 100100 110110 10011011 1001000 11011

Color Harmonies of #13764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13764C

Black with #13764C

Text Example


Text Example

White with #13764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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