Html Css Color HEX #15834C Salem

📋 copy color: '#15834C'

red 21 ◦ green 131 ◦ blue 76

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

Shades of Salem #15834C

Tints of Salem #15834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.33%

R = 9.21%
G = 57.46%
B = 33.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#15834C (or 0x15834C) is known color: Salem. HEX triplet: 15, 83 and 4C. RGB value is (21,131,76). Sum of RGB (Red+Green+Blue) = 21+131+76=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #15834C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15834C is #EA7CB3. Grayscale: #5B5B5B. Windows color (decimal): -15367348 or 5014293. OLE color: 5014293.

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

Color convert

RGB 21 131 76 -
CMYK 0.84 0 0.42 0.49
HSL 150º 0.72% 0.3% -
HSV(B) 150º 0.84% 0.51% -
XYZ 9.73 16.91 9.59 -
YUV 91.84 119.06 77.47 -
System Red Green Blue C M Y K H S L
Decimal 21 131 76 0.84 0 0.42 0.49 150 0.72 0.3
Hex 15 83 4C 54 0 2A 31 96 48 1E
Octal 25 203 114 124 0 52 61 226 110 36
Binary 10101 10000011 1001100 1010100 0 101010 110001 10010110 1001000 11110

Color Harmonies of #15834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15834C

Black with #15834C

Text Example


Text Example

White with #15834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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