Html Css Color HEX #15834D Salem

📋 copy color: '#15834D'

red 21 ◦ green 131 ◦ blue 77

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

Shades of Salem #15834D

Tints of Salem #15834D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 9.17%
G = 57.21%
B = 33.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#15834D (or 0x15834D) is known color: Salem. HEX triplet: 15, 83 and 4D. RGB value is (21,131,77). Sum of RGB (Red+Green+Blue) = 21+131+77=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #15834D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15834D is #EA7CB2. Grayscale: #5C5C5C. Windows color (decimal): -15367347 or 5079829. OLE color: 5079829.

HSL color Cylindrical-coordinate representation of color #15834D: hue angle of 150.55º 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 #15834D is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 131 77 -
CMYK 0.84 0 0.41 0.49
HSL 150.55º 0.72% 0.3% -
HSV(B) 150.55º 0.84% 0.51% -
XYZ 9.77 16.93 9.77 -
YUV 91.95 119.56 77.39 -
System Red Green Blue C M Y K H S L
Decimal 21 131 77 0.84 0 0.41 0.49 150.55 0.72 0.3
Hex 15 83 4D 54 0 29 31 97 48 1E
Octal 25 203 115 124 0 51 61 227 110 36
Binary 10101 10000011 1001101 1010100 0 101001 110001 10010111 1001000 11110

Color Harmonies of #15834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15834D

Black with #15834D

Text Example


Text Example

White with #15834D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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