Html Css Color HEX #13834F Salem

📋 copy color: '#13834F'

red 19 ◦ green 131 ◦ blue 79

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

Shades of Salem #13834F

Tints of Salem #13834F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 8.3%
G = 57.21%
B = 34.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#13834F (or 0x13834F) is known color: Salem. HEX triplet: 13, 83 and 4F. RGB value is (19,131,79). Sum of RGB (Red+Green+Blue) = 19+131+79=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #13834F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13834F is #EC7CB0. Grayscale: #5B5B5B. Windows color (decimal): -15498417 or 5210899. OLE color: 5210899.

HSL color Cylindrical-coordinate representation of color #13834F: hue angle of 152.14º 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 #13834F is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 79 -
CMYK 0.85 0 0.40 0.49
HSL 152.14º 0.75% 0.29% -
HSV(B) 152.14º 0.85% 0.51% -
XYZ 9.8 16.94 10.15 -
YUV 91.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 19 131 79 0.85 0 0.40 0.49 152.14 0.75 0.29
Hex 13 83 4F 55 0 28 31 98 4B 1D
Octal 23 203 117 125 0 50 61 230 113 35
Binary 10011 10000011 1001111 1010101 0 101000 110001 10011000 1001011 11101

Color Harmonies of #13834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13834F

Black with #13834F

Text Example


Text Example

White with #13834F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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