Html Css Color HEX #15834F Salem

📋 copy color: '#15834F'

red 21 ◦ green 131 ◦ blue 79

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

Shades of Salem #15834F

Tints of Salem #15834F

RGB

 RED value IS 21 (8.59% from 255) = 9.09%

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

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

R = 9.09%
G = 56.71%
B = 34.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#15834F (or 0x15834F) is known color: Salem. HEX triplet: 15, 83 and 4F. RGB value is (21,131,79). Sum of RGB (Red+Green+Blue) = 21+131+79=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #15834F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15834F is #EA7CB0. Grayscale: #5C5C5C. Windows color (decimal): -15367345 or 5210901. OLE color: 5210901.

HSL color Cylindrical-coordinate representation of color #15834F: hue angle of 151.64º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15834F is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 131 79 -
CMYK 0.84 0 0.40 0.49
HSL 151.64º 0.72% 0.3% -
HSV(B) 151.64º 0.84% 0.51% -
XYZ 9.84 16.96 10.15 -
YUV 92.18 120.56 77.23 -
System Red Green Blue C M Y K H S L
Decimal 21 131 79 0.84 0 0.40 0.49 151.64 0.72 0.3
Hex 15 83 4F 54 0 28 31 98 48 1E
Octal 25 203 117 124 0 50 61 230 110 36
Binary 10101 10000011 1001111 1010100 0 101000 110001 10011000 1001000 11110

Color Harmonies of #15834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15834F

Black with #15834F

Text Example


Text Example

White with #15834F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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