Html Css Color HEX #13824A Salem

📋 copy color: '#13824A'

red 19 ◦ green 130 ◦ blue 74

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

Shades of Salem #13824A

Tints of Salem #13824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.3%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 8.52%
G = 58.3%
B = 33.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#13824A (or 0x13824A) is known color: Salem. HEX triplet: 13, 82 and 4A. RGB value is (19,130,74). Sum of RGB (Red+Green+Blue) = 19+130+74=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #13824A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13824A is #EC7DB5. Grayscale: #5A5A5A. Windows color (decimal): -15498678 or 4882963. OLE color: 4882963.

HSL color Cylindrical-coordinate representation of color #13824A: hue angle of 149.73º degrees, saturation: 0.74, 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 #13824A is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 130 74 -
CMYK 0.85 0 0.43 0.49
HSL 149.73º 0.74% 0.29% -
HSV(B) 149.73º 0.85% 0.51% -
XYZ 9.49 16.6 9.18 -
YUV 90.43 118.73 77.05 -
System Red Green Blue C M Y K H S L
Decimal 19 130 74 0.85 0 0.43 0.49 149.73 0.74 0.29
Hex 13 82 4A 55 0 2B 31 96 4A 1D
Octal 23 202 112 125 0 53 61 226 112 35
Binary 10011 10000010 1001010 1010101 0 101011 110001 10010110 1001010 11101

Color Harmonies of #13824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13824A

Black with #13824A

Text Example


Text Example

White with #13824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13824A; }

 p { color: rgb(19,130,74); }

 H1.HeaderClassName
 {
   color: #13824A;
 }
 .AnyTagClassName
 {
   color: #13824A;
 }
</style>

background-color css

<style>
 a { background-color: #13824A; }

 a { background-color: rgb(19,130,74); }

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

border-color css

<style>
 span { border-color: #13824A; }

 span { border-color: rgb(19,130,74); }

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