Html Css Color HEX #13804A Salem

📋 copy color: '#13804A'

red 19 ◦ green 128 ◦ blue 74

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

Shades of Salem #13804A

Tints of Salem #13804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.92%

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

R = 8.6%
G = 57.92%
B = 33.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#13804A (or 0x13804A) is known color: Salem. HEX triplet: 13, 80 and 4A. RGB value is (19,128,74). Sum of RGB (Red+Green+Blue) = 19+128+74=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #13804A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13804A is #EC7FB5. Grayscale: #595959. Windows color (decimal): -15499190 or 4882451. OLE color: 4882451.

HSL color Cylindrical-coordinate representation of color #13804A: hue angle of 150.28º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13804A is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 74 -
CMYK 0.85 0 0.42 0.50
HSL 150.28º 0.74% 0.29% -
HSV(B) 150.28º 0.85% 0.5% -
XYZ 9.22 16.07 9.09 -
YUV 89.25 119.39 77.89 -
System Red Green Blue C M Y K H S L
Decimal 19 128 74 0.85 0 0.42 0.50 150.28 0.74 0.29
Hex 13 80 4A 55 0 2A 32 96 4A 1D
Octal 23 200 112 125 0 52 62 226 112 35
Binary 10011 10000000 1001010 1010101 0 101010 110010 10010110 1001010 11101

Color Harmonies of #13804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13804A

Black with #13804A

Text Example


Text Example

White with #13804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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