Html Css Color HEX #1F7859 Salem

📋 copy color: '#1F7859'

red 31 ◦ green 120 ◦ blue 89

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

Shades of Salem #1F7859

Tints of Salem #1F7859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 12.92%
G = 50%
B = 37.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#1F7859 (or 0x1F7859) is known color: Salem. HEX triplet: 1F, 78 and 59. RGB value is (31,120,89). Sum of RGB (Red+Green+Blue) = 31+120+89=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7859 is #E087A6. Grayscale: #595959. Windows color (decimal): -14714791 or 5863455. OLE color: 5863455.

HSL color Cylindrical-coordinate representation of color #1F7859: hue angle of 159.1º 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 #1F7859 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 120 89 -
CMYK 0.74 0 0.26 0.53
HSL 159.1º 0.59% 0.3% -
HSV(B) 159.1º 0.74% 0.47% -
XYZ 9.08 14.45 11.76 -
YUV 89.86 127.51 86.02 -
System Red Green Blue C M Y K H S L
Decimal 31 120 89 0.74 0 0.26 0.53 159.1 0.59 0.3
Hex 1F 78 59 4A 0 1A 35 9F 3B 1E
Octal 37 170 131 112 0 32 65 237 73 36
Binary 11111 1111000 1011001 1001010 0 11010 110101 10011111 111011 11110

Color Harmonies of #1F7859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7859

Black with #1F7859

Text Example


Text Example

White with #1F7859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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