Html Css Color HEX #13854C Salem

📋 copy color: '#13854C'

red 19 ◦ green 133 ◦ blue 76

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

Shades of Salem #13854C

Tints of Salem #13854C

RGB

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

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

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

R = 8.33%
G = 58.33%
B = 33.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#13854C (or 0x13854C) is known color: Salem. HEX triplet: 13, 85 and 4C. RGB value is (19,133,76). Sum of RGB (Red+Green+Blue) = 19+133+76=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #13854C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13854C is #EC7AB3. Grayscale: #5C5C5C. Windows color (decimal): -15497908 or 5014803. OLE color: 5014803.

HSL color Cylindrical-coordinate representation of color #13854C: hue angle of 150º 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 #13854C is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 76 -
CMYK 0.86 0 0.43 0.48
HSL 150º 0.75% 0.3% -
HSV(B) 150º 0.86% 0.52% -
XYZ 9.96 17.44 9.68 -
YUV 92.42 118.73 75.63 -
System Red Green Blue C M Y K H S L
Decimal 19 133 76 0.86 0 0.43 0.48 150 0.75 0.3
Hex 13 85 4C 56 0 2B 30 96 4B 1E
Octal 23 205 114 126 0 53 60 226 113 36
Binary 10011 10000101 1001100 1010110 0 101011 110000 10010110 1001011 11110

Color Harmonies of #13854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13854C

Black with #13854C

Text Example


Text Example

White with #13854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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