Html Css Color HEX #13834C Salem

📋 copy color: '#13834C'

red 19 ◦ green 131 ◦ blue 76

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

Shades of Salem #13834C

Tints of Salem #13834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.96%

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

R = 8.41%
G = 57.96%
B = 33.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#13834C (or 0x13834C) is known color: Salem. HEX triplet: 13, 83 and 4C. RGB value is (19,131,76). Sum of RGB (Red+Green+Blue) = 19+131+76=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #13834C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13834C is #EC7CB3. Grayscale: #5B5B5B. Windows color (decimal): -15498420 or 5014291. OLE color: 5014291.

HSL color Cylindrical-coordinate representation of color #13834C: hue angle of 150.54º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13834C is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 76 -
CMYK 0.85 0 0.42 0.49
HSL 150.54º 0.75% 0.29% -
HSV(B) 150.54º 0.85% 0.51% -
XYZ 9.69 16.89 9.59 -
YUV 91.24 119.39 76.47 -
System Red Green Blue C M Y K H S L
Decimal 19 131 76 0.85 0 0.42 0.49 150.54 0.75 0.29
Hex 13 83 4C 55 0 2A 31 97 4B 1D
Octal 23 203 114 125 0 52 61 227 113 35
Binary 10011 10000011 1001100 1010101 0 101010 110001 10010111 1001011 11101

Color Harmonies of #13834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13834C

Black with #13834C

Text Example


Text Example

White with #13834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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