Html Css Color HEX #1F7757 Salem

📋 copy color: '#1F7757'

red 31 ◦ green 119 ◦ blue 87

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

Shades of Salem #1F7757

Tints of Salem #1F7757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.71%

R = 13.08%
G = 50.21%
B = 36.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#1F7757 (or 0x1F7757) is known color: Salem. HEX triplet: 1F, 77 and 57. RGB value is (31,119,87). Sum of RGB (Red+Green+Blue) = 31+119+87=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7757 is #E088A8. Grayscale: #595959. Windows color (decimal): -14715049 or 5732127. OLE color: 5732127.

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

Color convert

RGB 31 119 87 -
CMYK 0.74 0 0.27 0.53
HSL 158.18º 0.59% 0.29% -
HSV(B) 158.18º 0.74% 0.47% -
XYZ 8.88 14.17 11.28 -
YUV 89.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 31 119 87 0.74 0 0.27 0.53 158.18 0.59 0.29
Hex 1F 77 57 4A 0 1B 35 9E 3B 1D
Octal 37 167 127 112 0 33 65 236 73 35
Binary 11111 1110111 1010111 1001010 0 11011 110101 10011110 111011 11101

Color Harmonies of #1F7757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7757

Black with #1F7757

Text Example


Text Example

White with #1F7757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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