Html Css Color HEX #158742 Salem

📋 copy color: '#158742'

red 21 ◦ green 135 ◦ blue 66

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

Shades of Salem #158742

Tints of Salem #158742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 60.81%

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 9.46%
G = 60.81%
B = 29.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#158742 (or 0x158742) is known color: Salem. HEX triplet: 15, 87 and 42. RGB value is (21,135,66). Sum of RGB (Red+Green+Blue) = 21+135+66=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #158742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158742 is #EA78BD. Grayscale: #5D5D5D. Windows color (decimal): -15366334 or 4359957. OLE color: 4359957.

HSL color Cylindrical-coordinate representation of color #158742: hue angle of 143.68º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158742 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 135 66 -
CMYK 0.84 0 0.51 0.47
HSL 143.68º 0.73% 0.31% -
HSV(B) 143.68º 0.84% 0.53% -
XYZ 9.96 17.88 8.08 -
YUV 93.05 112.73 76.61 -
System Red Green Blue C M Y K H S L
Decimal 21 135 66 0.84 0 0.51 0.47 143.68 0.73 0.31
Hex 15 87 42 54 0 33 2F 90 49 1F
Octal 25 207 102 124 0 63 57 220 111 37
Binary 10101 10000111 1000010 1010100 0 110011 101111 10010000 1001001 11111

Color Harmonies of #158742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158742

Black with #158742

Text Example


Text Example

White with #158742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158742; }

 p { color: rgb(21,135,66); }

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

background-color css

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

 a { background-color: rgb(21,135,66); }

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

border-color css

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

 span { border-color: rgb(21,135,66); }

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