Html Css Color HEX #1F7856 Salem

📋 copy color: '#1F7856'

red 31 ◦ green 120 ◦ blue 86

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

Shades of Salem #1F7856

Tints of Salem #1F7856

RGB

 RED value IS 31 (12.5% from 255) = 13.08%

 GREEN value IS 120 (47.27% from 255) = 50.63%

 BLUE value IS 86 (33.98% from 255) = 36.29%

R = 13.08%
G = 50.63%
B = 36.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#1F7856 (or 0x1F7856) is known color: Salem. HEX triplet: 1F, 78 and 56. RGB value is (31,120,86). Sum of RGB (Red+Green+Blue) = 31+120+86=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7856 is #E087A9. Grayscale: #595959. Windows color (decimal): -14714794 or 5666847. OLE color: 5666847.

HSL color Cylindrical-coordinate representation of color #1F7856: hue angle of 157.08º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7856 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 120 86 -
CMYK 0.74 0 0.28 0.53
HSL 157.08º 0.59% 0.3% -
HSV(B) 157.08º 0.74% 0.47% -
XYZ 8.96 14.4 11.11 -
YUV 89.51 126.01 86.26 -
System Red Green Blue C M Y K H S L
Decimal 31 120 86 0.74 0 0.28 0.53 157.08 0.59 0.3
Hex 1F 78 56 4A 0 1C 35 9D 3B 1E
Octal 37 170 126 112 0 34 65 235 73 36
Binary 11111 1111000 1010110 1001010 0 11100 110101 10011101 111011 11110

Color Harmonies of #1F7856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7856

Black with #1F7856

Text Example


Text Example

White with #1F7856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F7856; }

 p { color: rgb(31,120,86); }

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

background-color css

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

 a { background-color: rgb(31,120,86); }

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

border-color css

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

 span { border-color: rgb(31,120,86); }

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