Html Css Color HEX #13833F Salem

📋 copy color: '#13833F'

red 19 ◦ green 131 ◦ blue 63

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

Shades of Salem #13833F

Tints of Salem #13833F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.58%

R = 8.92%
G = 61.5%
B = 29.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#13833F (or 0x13833F) is known color: Salem. HEX triplet: 13, 83 and 3F. RGB value is (19,131,63). Sum of RGB (Red+Green+Blue) = 19+131+63=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #13833F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13833F is #EC7CC0. Grayscale: #595959. Windows color (decimal): -15498433 or 4162323. OLE color: 4162323.

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

Color convert

RGB 19 131 63 -
CMYK 0.85 0 0.52 0.49
HSL 143.57º 0.75% 0.29% -
HSV(B) 143.57º 0.85% 0.51% -
XYZ 9.28 16.73 7.44 -
YUV 89.76 112.89 77.53 -
System Red Green Blue C M Y K H S L
Decimal 19 131 63 0.85 0 0.52 0.49 143.57 0.75 0.29
Hex 13 83 3F 55 0 34 31 90 4B 1D
Octal 23 203 77 125 0 64 61 220 113 35
Binary 10011 10000011 111111 1010101 0 110100 110001 10010000 1001011 11101

Color Harmonies of #13833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13833F

Black with #13833F

Text Example


Text Example

White with #13833F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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