Html Css Color HEX #13854B Salem

📋 copy color: '#13854B'

red 19 ◦ green 133 ◦ blue 75

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

Shades of Salem #13854B

Tints of Salem #13854B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.59%

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 8.37%
G = 58.59%
B = 33.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#13854B (or 0x13854B) is known color: Salem. HEX triplet: 13, 85 and 4B. RGB value is (19,133,75). Sum of RGB (Red+Green+Blue) = 19+133+75=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #13854B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13854B is #EC7AB4. Grayscale: #5C5C5C. Windows color (decimal): -15497909 or 4949267. OLE color: 4949267.

HSL color Cylindrical-coordinate representation of color #13854B: hue angle of 149.47º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13854B is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 75 -
CMYK 0.86 0 0.44 0.48
HSL 149.47º 0.75% 0.3% -
HSV(B) 149.47º 0.86% 0.52% -
XYZ 9.93 17.42 9.5 -
YUV 92.3 118.23 75.72 -
System Red Green Blue C M Y K H S L
Decimal 19 133 75 0.86 0 0.44 0.48 149.47 0.75 0.3
Hex 13 85 4B 56 0 2C 30 95 4B 1E
Octal 23 205 113 126 0 54 60 225 113 36
Binary 10011 10000101 1001011 1010110 0 101100 110000 10010101 1001011 11110

Color Harmonies of #13854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13854B

Black with #13854B

Text Example


Text Example

White with #13854B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13854B; }

 p { color: rgb(19,133,75); }

 H1.HeaderClassName
 {
   color: #13854B;
 }
 .AnyTagClassName
 {
   color: #13854B;
 }
</style>

background-color css

<style>
 a { background-color: #13854B; }

 a { background-color: rgb(19,133,75); }

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

border-color css

<style>
 span { border-color: #13854B; }

 span { border-color: rgb(19,133,75); }

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