Html Css Color HEX #1F7759 Salem

📋 copy color: '#1F7759'

red 31 ◦ green 119 ◦ blue 89

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

Shades of Salem #1F7759

Tints of Salem #1F7759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.79%

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

R = 12.97%
G = 49.79%
B = 37.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#1F7759 (or 0x1F7759) is known color: Salem. HEX triplet: 1F, 77 and 59. RGB value is (31,119,89). Sum of RGB (Red+Green+Blue) = 31+119+89=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7759 is #E088A6. Grayscale: #595959. Windows color (decimal): -14715047 or 5863199. OLE color: 5863199.

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

Color convert

RGB 31 119 89 -
CMYK 0.74 0 0.25 0.53
HSL 159.55º 0.59% 0.29% -
HSV(B) 159.55º 0.74% 0.47% -
XYZ 8.97 14.21 11.72 -
YUV 89.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 31 119 89 0.74 0 0.25 0.53 159.55 0.59 0.29
Hex 1F 77 59 4A 0 19 35 A0 3B 1D
Octal 37 167 131 112 0 31 65 240 73 35
Binary 11111 1110111 1011001 1001010 0 11001 110101 10100000 111011 11101

Color Harmonies of #1F7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7759

Black with #1F7759

Text Example


Text Example

White with #1F7759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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